Created
August 19, 2021 19:48
-
-
Save sanchojaf/c2105ba9c464e04efe94c97c4e5aa73e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stage ("Extract test results") { | |
cobertura coberturaReportFile: 'coverage.xml' | |
} | |
// post { | |
// always { | |
// junit '**/coverage.xml' | |
// step([$class: 'CoberturaPublisher', autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: '**/coverage.xml', failUnhealthy: false, failUnstable: false, maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false]) | |
// } | |
// } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment