Hi, I try to build a workflow with the new workflow-pluging. Maybe I do something not in the right way, but the snippet here leads to a situation which I don't understand:
Three of the builds (the Jobs are maven surefire junit tests) finish with success (green/blue) and on with unstable (orange) but the stage finish with failure (red), is this the expeceted result? > stage 'UI-Test' > > parallel(suite1: { > > node('master') { > > catchError { > > build("UI-Test Suite 1") > > } > > } > > }, suite2: { > > node('master') { > > catchError { > > build("UI-Test Suite 2") > > } > > } > > }, suite3: { > > node('master') { > > catchError { > > build("UI-Test Suite 3") > > } > > } > > },suite4: { > > node('master') { > > catchError { > > build("UI-Test Suite 4") > > } > > } > > }) > > Thx and regards, Stefan -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.