From 2ecf5571b4b62a2dd27c034cf1ae10535cf7341e Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 8 Dec 2016 15:40:25 -0800 Subject: [PATCH] Improve slack notification msg --- concourse/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 9b44aebe9..849fc9ce4 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -75,4 +75,4 @@ jobs: params: channel: "@kdvolder" text: | - Concourse ${BUILD_JOB_NAME}/${BUILD_NAME} has failed! + Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed!