-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
For instances in pipelines where there are 2 parallel tasks executing and if either of them fails, I'm requesting for an option to be able to have the other task be cancelled and continue directly to the Finally section. If something like this could be included in the pipeline definition and not require manual patching.
An example would be the "fail-fast" options from github workflow.
A customer use-case is they have 2 parallel tasks that are checking the status of a merge request to promote code, if one of those tasks fail they would like the other to be cancelled and proceed directly to the finally section.