From 1b0fe8d85377587d76cfc668432a1de4454f2766 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 23 Dec 2016 14:33:37 -0800 Subject: [PATCH] After RC build send slack message with url of release arfefact --- concourse/release-pipeline.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/concourse/release-pipeline.yml b/concourse/release-pipeline.yml index a49fe1a02..0bdf1979a 100644 --- a/concourse/release-pipeline.yml +++ b/concourse/release-pipeline.yml @@ -46,6 +46,15 @@ jobs: params: file: out/*.vsix acl: public-read + on_success: + put: slack-notification + params: + channel: "@kdvolder" + text_file: s3-vscode-manifest-yaml-vsix/url + icon_url: https://raw.githubusercontent.com/spring-projects/sts4/master/vscode-extensions/vscode-manifest-yaml/icon.png + text: | + Concourse ${BUILD_PIPELINE_NAME}/${BUILD_NAME}/${BUILD_JOB_NAME} has succeed! + Release candidate available for testing $TEXT_FILE_CONTENT - name: publish-vscode-manifest-yaml-release plan: - do: