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

hi Patrik! Apologies for the delay, it looks like I managed to miss the mail when you responded![]()
I left out sufficient details to clarify this. Here's the exact process I followed to repro it:
New Job
TestMulti: multi-configuration
Stage Name: stage2
Add User-defined Axis
Name: axis
Values: foo bar
New Job
TestStart: free-style software project
Stage Name: stage1
Task Name: task
Build other projects: TestMulti/axis=foo, TestMulti/axis=bar
New View
TestPipeline: Delivery Pipeline view
Components: add
Name: start
Initial Job: TestStart
click http://jenkins/job/TestStart/build?delay=0sec
go to http://jenkins/view/TestPipeline/?
What you see is the following: https://www.dropbox.com/s/uyzg86bh7wiqy0z/Screenshot%202014-07-10%2014.34.13.PNG . Note the two "stage2" jobs are in separate "Stage" blocks called "foo" and "bar".
What we should see: is that the two "stage2" jobs appear in a single Stage block called "stage2".