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

This fix (2.17) created a new bug and I had to revert to 2.16 to get my build promotion chain to work.
Here is what I have setup.
Build A auto-promotes itself and calls build B, which auto-promotes itself to build C. Environment variables are passed from A to B to C. When they get to C instead of having the values of the variables, the variables names are passed through. Oddly enough if I go to build B and re-execute the promotion the proper interpolation happens for the variables, which did not occur during the auto-promotion.
Regards,
Joshua