|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15802) CopyArticat plugin c... [email protected] (JIRA)
- [JIRA] (JENKINS-15802) CopyArticat plu... [email protected] (JIRA)
- [JIRA] (JENKINS-15802) CopyArticat plu... [email protected] (JIRA)
- [JIRA] (JENKINS-15802) CopyArticat plu... [email protected] (JIRA)

I think the problem is that the node label parameters do not implement the buildEnvVars() [1] method of ParameterValue so they are not added to the environment correctly, but only when createBuildWrapper() is called.
If this is added then the parameter would be resolved as the parameter would be present in the env.
[1] https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/ParameterValue.java#L130