|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Code changed in jenkins
User: Richard Mortimer
Path:
src/main/java/hudson/remoting/Engine.java
src/main/java/hudson/remoting/EngineListener.java
src/main/java/hudson/remoting/EngineListenerAdapter.java
src/main/java/hudson/remoting/EngineListenerSplitter.java
src/main/java/hudson/remoting/jnlp/GuiListener.java
src/main/java/hudson/remoting/jnlp/Main.java
http://jenkins-ci.org/commit/remoting/e8e3283c42534cdf8003cc286009581309eaff85
Log:
Add onReconnect() callback to EngineListener to allow jenkins to
hook into a slave reconnect attempt.
Forms the basis of a fix for JENKINS-24272
"jnlp slaves fail to reconnect when master is restarted"