Skip to content

Commit

Permalink
[CI] Change notification channel (#21559) (#21632)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 7, 2020
1 parent a99c590 commit 1d23c64
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 @@ -25,7 +25,7 @@ pipeline {
PIPELINE_LOG_LEVEL = 'INFO'
PYTEST_ADDOPTS = "${params.PYTEST_ADDOPTS}"
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 @@ -123,7 +123,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 1d23c64

Please sign in to comment.