From 77100d389355eb35e0c72dd702a54125488dc747 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 4 Apr 2017 12:24:03 -0700 Subject: [PATCH] No more slack messages to alex --- concourse/pipeline.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index a64622b43..a59218fa4 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -135,12 +135,12 @@ jobs: params: file: vsix-files/vscode-boot-java-*.vsix acl: public-read - on_failure: - put: slack-notification - params: - channel: "@aboyko" - text: | - Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! + # on_failure: + # put: slack-notification + # params: + # channel: "@aboyko" + # text: | + # Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - name: build-consourse-vsix-snapshot plan: - aggregate: @@ -203,10 +203,10 @@ jobs: - put: snapshot-website params: path: website - on_success: - put: slack-notification - params: - channel: "@aboyko" - 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_success: + # put: slack-notification + # params: + # channel: "@aboyko" + # text: | + # SUCCESS Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME}! + # New snapshots available at http://dist.springsource.com/snapshot/STS4/nightly-distributions.html