Parallel failFast
long-term
L
Lava Trout
I would like to abort steps/stages running in parallel when one of them fails. In Jenkins there is an option for this https://www.jenkins.io/doc/book/pipeline/syntax/#parallel
Log In
Rohan Gupta
Merged in a post:
FailFast On a parallel stages.
P
Promising Jellyfish
If one parallel stage fails, all other running parallel stages should be immediately aborted, and the overall pipeline should fail without waiting for the remaining stages to complete.
Rohan Gupta
long-term