|
||||||||
|
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.

Hi Glen,
Was the build executed on a Slave or the Master? Do you see ${NODE_NAME} get expanded in either case?
I presume this is a FreeStyle or Maven Job and not a Matrix build.
${NODE_NAME} is kind of hard to evaluate during polling. Polling often gets executed on the master despite the build being pinned to a slave. The old logic looked at the previous build, but this seemed dangerous as the last build might not exist or the configuration could have changed.
I will need to explore Jenkins and see if I can determine it's value or perhaps default to 'master' for polling?