Skip to content

Commit

Permalink
Updating the Jenkins config file to post to #kafka-warn (#226)
Browse files Browse the repository at this point in the history
As per the new Slack changes we want all the notifications from bots
which are not immediately actionable to go to a different channel. Moving
the jenkins build alerts to #kafka-warn
  • Loading branch information
manveer committed Sep 23, 2019
1 parent dc4410d commit 80799be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def config = jobConfig {
cron = '@midnight'
nodeLabel = 'docker-oraclejdk8'
testResultSpecs = ['junit': '**/build/test-results/**/TEST-*.xml']
slackChannel = '#kafka'
slackChannel = '#kafka-warn'
timeoutHours = 4
runMergeCheck = false
}
Expand Down

0 comments on commit 80799be

Please sign in to comment.