diff --git a/Jenkinsfile b/Jenkinsfile index 8be1af74e189ea7d5a8ae7f3e0389d0bf8e60951..c698fa93771f20e3d2bbe14c841210f8e6442506 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -204,7 +204,7 @@ try { build job: 'des-mbi-bundle-centos7', wait: false } } catch(e) { - if (env.BRANCH_NAME == 'master') { + if (env.BRANCH_NAME == 'master' && !(${e} =~ /^.+FlowInterruptedException$/)) { slackSend channel: "#monitoring-metrology", color: "#F30031", message: "*FAILURE*: `CENTREON WEB` <${env.BUILD_URL}|build #${env.BUILD_NUMBER}> on branch ${env.BRANCH_NAME}\n" +