-
Improvement
-
Resolution: Fixed
-
Minor
-
None
It would be nice if withMaven could support junit extensions such as testDataPublishers
Previously I was using the following
step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml', testDataPublishers: [[$class: 'AttachmentPublisher']] ])
and I have no equivalence when using withMaven.
- is related to
-
JENKINS-66606 Add support for the Jenkins JUnit flaky-test-handler plugin
- Closed