Skip to content

Instantly share code, notes, and snippets.

@sanchojaf
Created August 19, 2021 19:48
Show Gist options
  • Save sanchojaf/c2105ba9c464e04efe94c97c4e5aa73e to your computer and use it in GitHub Desktop.
Save sanchojaf/c2105ba9c464e04efe94c97c4e5aa73e to your computer and use it in GitHub Desktop.
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