From 77ea8df72acb6721b4fa0046e769755941378586 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 25 Jan 2017 12:15:44 -0800 Subject: [PATCH] Pipeline change: send message to kdvolder on success --- concourse/pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 2a6332c2e..e6d035494 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -102,6 +102,13 @@ jobs: params: file: vsix-files/vscode-concourse-*.vsix acl: public-read + on_success: + put: slack-notification + params: + channel: "@kdvolder" + text: | + SUCCESS Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME}! + New snapshots available at http://dist.springsource.com/snapshot/STS4/nightly-distributions.html on_failure: put: slack-notification params: