Slack the build team instead of everyone (#3739)
Change-Id: If55105fa99ebb32fa84dd595258f83838d3150f1
This commit is contained in:
parent
389567fc9e
commit
5aac77c2a1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -124,7 +124,7 @@ node('node') {
|
||||
echo "Setting build result to FAILURE"
|
||||
currentBuild.result = "FAILURE"
|
||||
|
||||
slackSend color: 'danger', message: "@channel ${env.BRANCH_NAME} build failed during stage ${env.STAGE_NAME} ${env.BUILD_URL}"
|
||||
slackSend color: 'danger', message: "@build-team ${env.BRANCH_NAME} build failed during stage ${env.STAGE_NAME} ${env.BUILD_URL}"
|
||||
|
||||
mail from: 'builds@storj.io',
|
||||
replyTo: 'builds@storj.io',
|
||||
|
Loading…
Reference in New Issue
Block a user