-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: pipeline-maven-plugin
-
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
-