<< Back to previous view |
![]() |
[QB-581] Parallel Composition should stop immediately if any of participating steps fails.
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 3.1.29 |
Type: | Improvement | Priority: | Major |
Reporter: | Shankar Kalel | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
I have created a parallel composition consisting of 2 serial compositions say Comp1 and Comp2.
My requirement is while build is running if any of the steps either from Comp1 or Comp2 fails, the build should stop immediately. Also once build is stopped, it should be signalled as "Build failed" and not as "Build Stopped". Also it should give correct build log about which step is failed. |
Comments |
Comment by Robin Shen [ 28/Mar/11 07:51 AM ] |
In 3.1.29, one can add a post-execute action "cancel sibling steps if current is failed" to kill other concurrent running steps if current step is failed to fast-fail the whole build. The whole build log is preserved in this case. |