Details
-
Improvement
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
Description
Could somebody give an example in Jenkinsfile?
According to https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md , And finally found out solution below .
post { always { step([$class: 'Publisher', reportFilenamePattern: '**/testng-results.xml']) } }
Attachments
Issue Links
- mentioned in
-
Page Loading...