|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: arleyristar
Path:
src/main/java/com/sonyericsson/jenkins/plugins/externalresource/dispatcher/cli/ErCliUtils.java
src/test/java/com/sonyericsson/jenkins/plugins/externalresource/dispatcher/utils/NoopExternalResourceManagerJenkinsTest.java
http://jenkins-ci.org/commit/external-resource-dispatcher-plugin/4686f2e8dabae23b29fd7f0bcd9e1f984dc55ead
Log:
Fixing reservation in master.
Related to the Issue JENKINS-17444.
Added a Test Case too.
"WARNING: Failed to timeout a reservation of 1234 on node !" was caused
by trying to access the master node with his name.
getNodeName() in master, returns "" and cannot be found with
Hudson.getInstance().getNode(nodeName);