From 8f9e6580772e213aa25b9f9bceddec1f82d4d8b7 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 21 Feb 2018 17:27:45 -0800 Subject: [PATCH] Silence the orange boxes in the pipeline. They are going soon anyways. --- concourse/pipeline.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index cfcfcad1b..873c82149 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -1136,11 +1136,11 @@ jobs: params: repository: out/repo rebase: true - on_failure: - put: slack-notification - params: - 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-spring-boot-atom-package serial: true plan: @@ -1198,11 +1198,11 @@ jobs: params: repository: out/repo rebase: true - on_failure: - put: slack-notification - params: - 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! groups: - name: vscode-snapshot jobs: