Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: pipeline-maven-plugin
-
Labels:None
-
Similar Issues:
Description
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.