Skip to content

Commit fc3c5c8

Browse files
committed
Merge pull request #21793 from dreis2211
* pr/21793: Link complete Slack message to build log Closes gh-21793
2 parents 7a2939f + 51cdb9b commit fc3c5c8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ anchors:
44
username: ((github-username))
55
password: ((github-password))
66
branch: ((branch))
7-
docker-resource-source: &docker-resource-source
7+
docker-resource-source: &docker-resource-source
88
username: ((docker-hub-username))
99
password: ((docker-hub-password))
1010
tag: ((milestone))
@@ -52,17 +52,15 @@ anchors:
5252
"zip.deployed": "false"
5353
slack-fail-params: &slack-fail-params
5454
text: >
55-
:concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
56-
[<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
55+
:concourse-failed: <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!>
5756
[$TEXT_FILE_CONTENT]
5857
text_file: git-repo/build/build-scan-uri.txt
5958
silent: true
6059
icon_emoji: ":concourse:"
6160
username: concourse-ci
6261
slack-success-params: &slack-success-params
6362
text: >
64-
:concourse-succeeded: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!
65-
[<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
63+
:concourse-succeeded: <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} was successful!>
6664
[$TEXT_FILE_CONTENT]
6765
text_file: git-repo/build/build-scan-uri.txt
6866
silent: true
@@ -97,7 +95,7 @@ resources:
9795
- name: git-repo-windows
9896
type: git
9997
icon: github-circle
100-
source:
98+
source:
10199
<<: *git-repo-resource-source
102100
git_config:
103101
- name: core.autocrlf

0 commit comments

Comments
 (0)