-
Bug
-
Resolution: Unresolved
-
Major
-
None
Still have this issue - Jenkins 2.162.1, JUnit plugin 1.27
Some of the tests appear twice, there is no difference between tests that appear once or twice..
These are not junit tests, but they create a test_results.xml in junit format.
it looks like only the last test in the group appear twice, or those that are "alone"
Pipeline code:
junit "/output/**/test_results.xml"
[JENKINS-56623] Junit test showing twice
Description |
New:
Still have this issue - Jenkins 2.162.1, JUnit plugin 1.27 These are not junit tests, but they create a test_results.xml in junit format. Pipeline code: junit "/output/**/test_results.xml" |
Attachment | New: Screen Shot 2019-03-19 at 19.07.53.png [ 46519 ] |
Description |
Original:
Still have this issue - Jenkins 2.162.1, JUnit plugin 1.27 These are not junit tests, but they create a test_results.xml in junit format. Pipeline code: junit "/output/**/test_results.xml" |
New:
Still have this issue - Jenkins 2.162.1, JUnit plugin 1.27 Some of the tests appear twice, there is no difference between tests that appear once or twice.. These are not junit tests, but they create a test_results.xml in junit format. *it looks like only the last test in the group appear twice, or those that are "alone"* Pipeline code: junit "/output/**/test_results.xml" |