-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.60.2
Blue Ocean plugin1.15
JUnit plugin 1.20
Pipeline plugin 2.5
In pipeline job with a stage that calls junit plugin to report test results. If there is a failed test, all the stages in the pipeline are marked as unstable. The problem is that the successful/failed result of all the other test stages are lost.
I think only the step calling junit should be set as unstable, as well as the job reuslt.
- duplicates
-
JENKINS-39203 All stages show up as UNSTABLE when only one stage should
- Resolved