cjo9900 commented on Bug JENKINS-15802

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

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

Reply via email to