File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
username : ((github-username))
5
5
password : ((github-password))
6
6
branch : ((branch))
7
- docker-resource-source : &docker-resource-source
7
+ docker-resource-source : &docker-resource-source
8
8
username : ((docker-hub-username))
9
9
password : ((docker-hub-password))
10
10
tag : ((milestone))
@@ -52,17 +52,15 @@ anchors:
52
52
" zip.deployed " : " false"
53
53
slack-fail-params : &slack-fail-params
54
54
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!>
57
56
[$TEXT_FILE_CONTENT]
58
57
text_file : git-repo/build/build-scan-uri.txt
59
58
silent : true
60
59
icon_emoji : " :concourse:"
61
60
username : concourse-ci
62
61
slack-success-params : &slack-success-params
63
62
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!>
66
64
[$TEXT_FILE_CONTENT]
67
65
text_file : git-repo/build/build-scan-uri.txt
68
66
silent : true
@@ -97,7 +95,7 @@ resources:
97
95
- name : git-repo-windows
98
96
type : git
99
97
icon : github-circle
100
- source :
98
+ source :
101
99
<< : *git-repo-resource-source
102
100
git_config :
103
101
- name : core.autocrlf
You can’t perform that action at this time.
0 commit comments