Skip to content
Snippets Groups Projects
Commit 7bf08d7d authored by tgsiegel's avatar tgsiegel
Browse files

fix

parent e188be70
No related branches found
No related tags found
No related merge requests found
......@@ -59,22 +59,21 @@ def call(String serviceName) {
}
}
}
// 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
// }
// }
}
post {
success {
script {
slack_send_success()
// 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
// }
// }
post {
success {
script {
slack_send_success()
}
}
}
failure {
script {
slack_send_failure()
failure {
script {
slack_send_failure()
}
}
}
}
......
......@@ -66,22 +66,21 @@ def call(String repo, String branch, String serviceName) {
}
}
}
// 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
// }
// }
}
post {
success {
script {
slack_send_success()
// 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
// }
// }
post {
success {
script {
slack_send_success()
}
}
}
failure {
script {
slack_send_failure()
failure {
script {
slack_send_failure()
}
}
}
}
......
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