-
Bug
-
Resolution: Fixed
-
Minor
-
None
Sep 26, 2017 9:52:24 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver waitForReady INFO: Master isnt ready to talk to us on {0}. Will retry again: response code={1}
This is caused by the apostrophe character which must be doubled for MessageFormat strings.
- is duplicated by
-
JENKINS-39782 When a slave is waiting for master to be ready ("Master isnt ready to talk to us on {0}. Will retry again"), the port is not filled in
-
- Resolved
-
- links to
Code changed in jenkins
User: Vincent Latombe
Path:
src/main/java/org/jenkinsci/remoting/engine/JnlpAgentEndpointResolver.java
http://jenkins-ci.org/commit/remoting/272aeab6b866f546b7d210b3328dbc015de67277
Log:
[FIXED JENKINS-47132] Single quote must be doubled