Skip to content

Commit b14bd45

Browse files
committed
Fix syntax for slack notification
See gh-22709
1 parent 944fe4c commit b14bd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ anchors:
5555
"zip.type": "docs"
5656
"zip.deployed": "false"
5757
slack-fail-params: &slack-fail-params
58-
text: ":concourse-failed: @here <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
58+
text: ":concourse-failed: <!here> <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
5959
silent: true
6060
icon_emoji: ":concourse:"
6161
username: concourse-ci

0 commit comments

Comments
 (0)