From e4f774f65c0310bdbd1704aa5f36f0fe8348c213 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 9 Aug 2017 13:44:05 -0700 Subject: [PATCH] Add slack notification for atom-test failure --- concourse/pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 4432f41cb..aa0317834 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -467,6 +467,11 @@ jobs: - get: maven-cache - task: atom-language-servers-test file: sts4/concourse/tasks/atom-language-servers-test.yml + on_failure: + put: slack-notification + params: + text: | + Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! on_success: aggregate: - put: s3-manifest-yaml-fatjar-snapshot