Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: 19adf14f9661eeabcb3f87fdb8daf8d5dfcb6fef
      
https://github.com/jenkinsci/docker-plugin/commit/19adf14f9661eeabcb3f87fdb8daf8d5dfcb6fef
  Author: Peter Darton <[email protected]>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java

  Log Message:
  -----------
  Mitigate JENKINS-51203 and issue 644.

If there are no node properties to set then we avoid calling
setNodeProperties entirely.
If there are node properties to set then we try setting them up to 10
times before giving up.
And we no longer call Jenkins.addNode ourselves because the Jenkins core
NodeProvisioner will do that for us anyway (and do it safely).


  Commit: 06038bf0d4db79c52e2f7f01cdbbe7ab3aa9a7ed
      
https://github.com/jenkinsci/docker-plugin/commit/06038bf0d4db79c52e2f7f01cdbbe7ab3aa9a7ed
  Author: Peter Darton <[email protected]>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java

  Log Message:
  -----------
  Call Jenkins.addNode again.

Removing it breaks the tests, but as it's not reliable it's now wrapped
in a retry block.


  Commit: b665d39f73872af453c1464d0a30c7b5fa93cb7f
      
https://github.com/jenkinsci/docker-plugin/commit/b665d39f73872af453c1464d0a30c7b5fa93cb7f
  Author: Peter Darton <[email protected]>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerCloud.java
    M src/main/java/com/nirima/jenkins/plugins/docker/DockerTemplate.java

  Log Message:
  -----------
  Merge pull request #646 from pjdarton/issue644

Mitigate JENKINS-51203 and issue 644.


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/aa76e2dd8566...b665d39f7387
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to