From 248c33b619beead0b5d0b6b56e2dcca2b0674490 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Sat, 28 Jan 2017 19:02:03 -0800 Subject: [PATCH] Tweak pipeline. Slack notification on succes sent AFTER snapshot uploads --- concourse/pipeline.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index e6d035494..f829be165 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -102,13 +102,6 @@ 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: @@ -138,3 +131,10 @@ jobs: - put: snapshot-website params: path: website + 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