From 7b33109387edd5e824bd9efcc282de5472706475 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Fri, 3 Feb 2017 20:46:11 -0500 Subject: [PATCH] Don't send build failures to #eclipse-tools slack channel --- concourse/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 85f66ed67..fe12acf37 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -110,7 +110,7 @@ jobs: on_failure: put: slack-notification params: - channel: "#eclipse-tools" + channel: "#aboyko" text: | Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - name: trigger-manifest-yaml-rc-build