From 5aac77c2a13544b04b216b50e8c164ff0d488eb3 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Fri, 3 Jan 2020 11:54:01 -0500 Subject: [PATCH] Slack the build team instead of everyone (#3739) Change-Id: If55105fa99ebb32fa84dd595258f83838d3150f1 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 383bb25d7..a9a4161e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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',