Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: f2ceb6d768fad93fec085f79b162e6f8a557bfd3
https://github.com/jenkinsci/jenkins/commit/f2ceb6d768fad93fec085f79b162e6f8a557bfd3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-02-09 (Thu, 09 Feb 2012)
Changed paths:
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/hudson/slaves/ComputerListener.java
Log Message:
-----------
added callbacks to notify when a node goes temporarily offlien
Commit: 482b43333306b6b28b8210d84935ec351c7d3878
https://github.com/jenkinsci/jenkins/commit/482b43333306b6b28b8210d84935ec351c7d3878
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-02-09 (Thu, 09 Feb 2012)
Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
Log Message:
-----------
If the destDir is available as a file, this fails in a weird way
Commit: 4378e878ae327a954911ae4ef84679e0060b63e2
https://github.com/jenkinsci/jenkins/commit/4378e878ae327a954911ae4ef84679e0060b63e2
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-02-09 (Thu, 09 Feb 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/slaves/SlaveComputer.java
M test/src/test/java/hudson/slaves/JNLPLauncherTest.java
Log Message:
-----------
[FIXED JENKINS-12680] the onOffline method wasn't called for abrupt client
termination
Compare: https://github.com/jenkinsci/jenkins/compare/dd0f362...4378e87