Slack the build team instead of everyone (#3739)

Change-Id: If55105fa99ebb32fa84dd595258f83838d3150f1
This commit is contained in:
Matt Robinson 2020-01-03 11:54:01 -05:00 committed by GitHub
parent 389567fc9e
commit 5aac77c2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -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',