Issue Type: Bug Bug
Assignee: Unassigned
Components: build-pipeline
Created: 27/Jan/14 11:57 PM
Description:

to reproduce the issue:
1. create a parameterized job called upstreamA with upstreamJobName parameter, add auto-downstream job as a downstream parameterized job, and add manual-downstream job as a manual downstream job
2. create a parameterized job called upstreamB with upstreamJobName parameter, add auto-downstream job as a downstream parameterized job, and add manual-downstream job as a manual downstream job
3. create a parameterized job called 'manual-downstream' with upstreamJobName parameter and set Build name to ${ENV,var="upstreamJobName"}-${BUILD_NUMBER} (have to use Set Build Name plugin)
4. create a parameterized job called 'auto-downstream' with upstreamJobName parameter and set Build name to ${ENV,var="upstreamJobName"}-${BUILD_NUMBER} (have to use Set Build Name plugin)
5. Create a build pipeline view named 'pipelineA' and set upstreamA as initial job
6. Create a build pipeline view named 'pipelineB' and set upstreamB as initial job
7. go to upstreamA and trigger the job with upstreamJobName = upstreamA
8. go to upstreamB and trigger the job with upstreamJobName = upstreamB
9. go to pipelineA view and trigger the manual downstream job
10. go to pipelineB view and trigger the manual downstream job
11. After a while, refresh pipelineA and pipelineB views' pages and then watch manual jobs' build names. Both will have the same names on manual jobs' builds.

Project: Jenkins
Priority: Major Major
Reporter: shane kim
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/groups/opt_out.

Reply via email to