Clean up jenkins message to slack (#2912)
This commit is contained in:
parent
8a5db77e04
commit
243d280591
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -45,7 +45,7 @@ node('node') {
|
|||||||
echo "Setting build result to FAILURE"
|
echo "Setting build result to FAILURE"
|
||||||
currentBuild.result = "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',
|
mail from: 'builds@storj.io',
|
||||||
replyTo: 'builds@storj.io',
|
replyTo: 'builds@storj.io',
|
||||||
|
Loading…
Reference in New Issue
Block a user