jenkins-pipeline / jenkins-pipeline

A web app that provides a pipeline view to jenkins
13 stars 8 forks source link

Paralell Jobs #29

Open thiagoxvo opened 8 years ago

thiagoxvo commented 8 years ago

Do we have a plan, mockup or idea about jobs that run in paralell ?

Just to not forget this use case.

junior-ales commented 8 years ago

For now all the jobs will be running together. Due that I don't see it as a very urgent issue but I see value in this feature. Let's keep it here so we don't forget.

thiagoxvo commented 8 years ago

:+1:

viniciusgama commented 8 years ago

A possible hack is to group jobs that need to run in parallel in another one, that will trigger the next only after all have passed.