Skip to content
Snippets Groups Projects
Commit 4ca0fa14 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

update

parent 25be6088
No related branches found
No related tags found
No related merge requests found
...@@ -43,4 +43,9 @@ pipeline { ...@@ -43,4 +43,9 @@ pipeline {
} }
} }
} }
post {
always {
cobertura autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: '**/coverage.xml', enableNewApi: true, failUnhealthy: false, failUnstable: false, lineCoverageTargets: '80, 40, 60', maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment