-
Bug
-
Resolution: Fixed
-
Major
-
None
I have a pipeline that has multiple stages, and more than 1 of them has a junit publish step. The tests in those stages are all unique.
When the pipeline is complete and I examine the test report, I notice that each failed test has 5 "+ no issue" links on the line for that test. I think that's the same number of stages that publish junit results, even though each test only exists in 1 stage.
It looks like the logic that adds the "+ no issue" link must be adding it multiple times, in the scenario where a pipeline has multiple stages that have a junit publisher.
- causes
-
JENKINS-66127 infinite wait blocks the test report from loading
- Closed