Private GIT

Skip to content
Snippets Groups Projects
Commit fa7bb2f4 authored by Matthieu Kermagoret's avatar Matthieu Kermagoret
Browse files

Revert "build(jenkinsfile): update jenkinsfile to avoid slack message on build cancel"

This reverts commit 3d926ada.
parent 377aad54
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ try {
build job: 'des-mbi-bundle-centos7', wait: false
}
} catch(e) {
if (env.BRANCH_NAME == 'master' && !(${e} =~ /^.+FlowInterruptedException\$/)) {
if (env.BRANCH_NAME == 'master') {
slackSend channel: "#monitoring-metrology",
color: "#F30031",
message: "*FAILURE*: `CENTREON WEB` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}> on branch ${env.BRANCH_NAME}\n" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment