From f610338702c0e66a368410734486048a30d4cfb4 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 20 Jan 2017 10:31:41 -0800 Subject: [PATCH] Send message to eclipse-tools slack on CI build failure --- concourse/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index d348f18ce..abe8152a5 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -106,8 +106,8 @@ jobs: on_failure: put: slack-notification params: - channel: "@kdvolder" - text: | + channel: "#eclipse-tools" + text: | Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - name: build-snapshot-website plan: