From fa32a4b9f945d460514c88248b5f72d7493a4400 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 7 Apr 2017 11:21:34 -0700 Subject: [PATCH] Add more notifications when stuff goes wrong in pipeline --- concourse/pipeline.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index bab4508cc..86f12c758 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -138,12 +138,11 @@ 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: + text: | + Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - name: build-consourse-vsix-snapshot plan: - aggregate: