Skip to content

Commit

Permalink
[CI] Change notification channel (elastic#21559)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 7, 2020
1 parent 920104d commit 2b81f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
OSS_MODULE_PATTERN = '^[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
PIPELINE_LOG_LEVEL = 'INFO'
RUNBLD_DISABLE_NOTIFICATIONS = 'true'
SLACK_CHANNEL = "#beats-ci-builds"
SLACK_CHANNEL = "#beats-build"
TERRAFORM_VERSION = "0.12.24"
XPACK_MODULE_PATTERN = '^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
}
Expand Down Expand Up @@ -121,7 +121,7 @@ pipeline {
runbld(stashedTestReports: stashedTestReports, project: env.REPO)
}
cleanup {
notifyBuildResult(prComment: true, slackComment: true)
notifyBuildResult(prComment: true, slackComment: true, slackNotify: (isBranch() || isTag()))
}
}
}
Expand Down

0 comments on commit 2b81f3e

Please sign in to comment.