You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Jenkins declarative pipeline parallel build fails due to stage failure, rest of the skipped stages result marked as 'CompletedError'
Skipped stage's result should be marked as 'SkippedFailure' (BuildStage.State.SkippedFailure)
Because of this, whenever I look at the build errors, I see many stages counted as failed even thought there is only one stage fails the build.
Steps to reproduce:
1. Define declarative pipeline with parallel stage, fail a stage and all the skipped following stage result in stage table will be
"CompletedError"\
When Jenkins declarative pipeline parallel build fails due to stage failure, rest of the skipped stages result marked as 'CompletedError'
Skipped stage's result should be marked as 'SkippedFailure' (BuildStage.State.SkippedFailure)
Because of this, whenever I look at the build errors, I see many stages counted as failed even thought there is only one stage fails the build.
Steps to reproduce:
1. Define declarative pipeline with parallel stage, fail a stage and all the skipped following stage result in stage table will be
"CompletedError"\
https://github.com/jenkinsci/github-autostatus-plugin/blob/07544fc6902af9a5519f16dec5504f4e3cd8bc18/src/main/java/org/jenkinsci/plugins/githubautostatus/model/BuildState.java
The text was updated successfully, but these errors were encountered: