ganesansays / build-pipeline-plugin

Automatically exported from code.google.com/p/build-pipeline-plugin
0 stars 0 forks source link

Same job occuring multiple times is not shown in the build pipeline view #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have a coordinator job, which uses trigger build to trigger various jobs 
like, build, smoke, deploy and regress.
2. My regress job is parametrized, so that the same job behaves in a different 
way depending on a parameter.
3. Now I add the same regress job 4 times one after another in the coordinator 
job with different parameters.
4. But in the build pipeline view, I just see one instance of that regress job

What is the expected output? What do you see instead?
The expected output, was to see 4 different blocks of the same job in the build 
pipeline view.

What version of the product are you using? On what operating system?
Jenkins version : 1.480
Build Pipeline View : 1.3.3

Please provide any additional information below.

Original issue reported on code.google.com by mehul.po...@gmail.com on 2 Jan 2013 at 9:54