Clean up jenkins message to slack (#2912)

This commit is contained in:
Matt Robinson 2019-08-29 13:25:49 -04:00 committed by GitHub
parent 8a5db77e04
commit 243d280591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ node('node') {
echo "Setting build result to FAILURE"
currentBuild.result = "FAILURE"
slackSend color: 'bad', message: "${env.BRANCH_NAME} build failed ${env.BUILD_URL}"
slackSend color: 'danger', message: "@channel ${env.BRANCH_NAME} build failed ${env.BUILD_URL}"
mail from: 'builds@storj.io',
replyTo: 'builds@storj.io',