Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 40a9a129 authored by Kevin Duret's avatar Kevin Duret Committed by GitHub
Browse files

chore(build): escape dollar in regexp in jenkinsfile (#6200)

parent f9f1a9ac
Branches
Tags
No related merge requests found
......@@ -163,7 +163,7 @@ try {
build job: 'des-mbi-bundle-centos7', wait: false
}
} catch(e) {
if (env.BRANCH_NAME == '2.8.x' && !(${e} =~ /^.+FlowInterruptedException$/)) {
if (env.BRANCH_NAME == '2.8.x' && !(${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" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment