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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Assignee | Alvaro Lobato [ alobato ] | Cyrille Le Clerc [ cleclerc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Note for myself https://github.com/jenkinsci/junit-attachments-plugin/blob/master/src/main/java/hudson/plugins/junitattachments/AttachmentPublisher.java