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 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
You can’t perform that action at this time.
0 commit comments