-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
None
Follow up on CAM-13593 where we added a catch in post actions and stage status change in case of error.
Acceptance Criteria (Required on creation):
- Stage should be marked as successful in case of a success on first run or retry
- Stage should be marked as failed in case of a failure in main step, no matter of the post step status. However, post action failure must not prevent step retry.
- Stage should be marked as unstable in case of small problem, for example main step is successful but post action step fails in the last trigger of the stage. The stage must not be marked unstable if the last execution of steps is successful (this is the outcome of
CAM-13593and might create confusion when checking build results gives false positive.