ikedam edited a comment on Bug JENKINS-25066

build.xml says that parameterized-trigger passed "debian-build" as a node to run the build on, but the build ran on "debian-build2".

Using getSelfLabel() is correct.
getSelfLabel() returns a label with the node name.
https://github.com/jenkinsci/jenkins/blob/jenkins-1.580/core/src/main/java/hudson/model/Node.java#L299

Every nodes implicitly has a label with its name, and that is used to identify the node.
Jenkins identifies nodes with label "debian-build" as the node named "debian-build".

Please let me know all labels assigned to slaves.
(We need that information to test reproduction even if 'debian-build2' doesn't have the label 'debian-build')

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to