Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: bc03cd58760dc60f5c8d547fd3ab66741ea2649c
      
https://github.com/jenkinsci/docker-plugin/commit/bc03cd58760dc60f5c8d547fd3ab66741ea2649c
  Author: Uwe Stuehler <[email protected]>
  Date:   2014-11-12 (Wed, 12 Nov 2014)

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

  Log Message:
  -----------
  Fix a race that may cause commit and push to fail

Defer the super.taskCompleted() call on DockerComputer until we told the
Docker slave node which build it has run last.  The DockerSlave needs
that link to the latest build in order to decide whether it should tag
and push the container.  However, if super.taskCompleted() is called too
early then the slave will already have been taken offline, the node will
have been deleted and slaveShutdown() will never be called.


  Commit: a32b90afdb15e30b94429e3490744fef72d2225c
      
https://github.com/jenkinsci/docker-plugin/commit/a32b90afdb15e30b94429e3490744fef72d2225c
  Author: magnayn <[email protected]>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

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

  Log Message:
  -----------
  Merge pull request #114 from ustuehler/master

Fix a race that may cause commit and push to fail


Compare: 
https://github.com/jenkinsci/docker-plugin/compare/1b6c476b686e...a32b90afdb15

-- 
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