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

I succeeded to reproduce that.
Jenkins looks resolve variables each other in first.
Running following scripts from Manage Jenkins > Script Console
Jenkins.instance.getItemByFullName("upstream").getLastBuild().getEnvironment();outputs
POM_ARTIFACTID=parameterized-trigger uparam=${POM_ARTIFACTID}-2014-12-08_08-14-23, and it might be a problem in Jenkins core.