diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 7f09b5e05..6473275b3 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -332,13 +332,13 @@ jobs: on_failure: put: slack-notification params: -# channel: "@kdvolder" + channel: "@kdvolder" text: | Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! on_success: put: slack-notification params: - channel: "@kdvolder" + channel: "#tooling-projects" text_file: version/version text: | STS 4 VScode Extensions $TEXT_FILE_CONTENT released