From 142253f03e5fc2207d452f87ec9eb58fbf3205ca Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 12 May 2017 19:00:18 -0700 Subject: [PATCH] From now on send 'released' messages for sts4 to tooling-projects channel --- concourse/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 7f09b5e05..6473275b3 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -332,13 +332,13 @@ jobs: on_failure: put: slack-notification params: -# channel: "@kdvolder" + channel: "@kdvolder" text: | Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! on_success: put: slack-notification params: - channel: "@kdvolder" + channel: "#tooling-projects" text_file: version/version text: | STS 4 VScode Extensions $TEXT_FILE_CONTENT released