|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
We are using the Build Flow plugin and the build numbers are not being passed correctly after upgrading to 1.600.
build_job1 = build("Build 1")
build_job2 = build("Build 2")
deploy_job = build("Deploy", DEPLOY_BUILD_NUMBER: build_job2.build.number)
When the "Deploy" job runs in this instance, the DEPLOY_BUILD_NUMBER environment variable is the one from build_job1 instead of build_job2. I realize this thread is not about the Build Flow Plugin but I'm guessing the root cause is the same.