ganesansays / build-pipeline-plugin

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

Matrix jobs #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a chain of several matrix jobs, any commit will trigger the right 
building steps, but Pipeline view will not update! unless I manually trigger it

Original issue reported on code.google.com by wael.dar...@limitstate.com on 3 Apr 2013 at 3:45

GoogleCodeExporter commented 9 years ago
I also wanted to elevate and expand a little on this issue.  I have a pipeline 
where one of the tasks is matrixed in order to build on two different 
architectures.  The subsequent jobs in the pipeline stay blue, without 
indicating a status.

Additionally, would it be possible to have an option to have a single line for 
each of the matrixed builds? (Today the pipeline shows only a single entry for 
the next task.)

Aka:

build Start -> build matrixed -> matrixed parameter set 1 -> rest of that 
pipeline
                                 matrixed parameter set 2 -> rest of that pipeline
                                 matrixed parameter set 3 -> rest of that pipeline

This could continue expanding like a tree if multiple matrix jobs were chained.

Thank you!

Original comment by Peter.Hu...@gmail.com on 26 Feb 2014 at 6:18