Oh, i'm sorry! I obviously picked the wrong build.xml file from my server, despite re-checking.

Please find attached the two correct files for jobB and jobC:

  • jobB ran on the correct slave "debian-build" @revision 20
  • jobB triggered jobC on the (wrong) slave "debian-build2" due to identical labeling of both slaves
  • jobC ran on slave "debian-build2" without SVN checkout. thus, on @revision 10 from the previous build on that slave

I assume the cause can be found in hudson.plugins.parameterizedtrigger.NodeParameters.java line 36:

nodeLabel = node.getSelfLabel();

which should basically be

nodeLabel = node.getNodeName();
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.

Reply via email to