-
Bug
-
Resolution: Fixed
-
Major
-
OS: All
In ComputerListener, onOffline is only called if a node is taken down with the disconnect link in jenkins, any other cause for a node to go offline, makes the call postponed until the master is taken down.
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/java/hudson/slaves/SlaveComputer.java
test/src/test/java/hudson/slaves/JNLPLauncherTest.java
http://jenkins-ci.org/commit/jenkins/4378e878ae327a954911ae4ef84679e0060b63e2
Log:
[FIXED JENKINS-12680] the onOffline method wasn't called for abrupt client termination
Compare: https://github.com/jenkinsci/jenkins/compare/dd0f362...4378e87