-
Improvement
-
Resolution: Fixed
-
Blocker
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']) } }
- mentioned in
-
Page Loading...