File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ anchors:
6262 repo : libs-snapshot-local
6363 folder : distribution-repository
6464 build_uri : " https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
65- build_number : " ${BUILD_PIPELINE_NAME}-${ BUILD_JOB_NAME}-${BUILD_NAME}"
65+ build_number : " ${BUILD_JOB_NAME}-${BUILD_NAME}"
6666 disable_checksum_uploads : true
6767 threads : 8
6868 artifact_set :
@@ -109,7 +109,7 @@ resource_types:
109109 source :
110110 << : *registry-image-resource-source
111111 repository : springio/artifactory-resource
112- tag : 0.0.17
112+ tag : 0.0.18
113113- name : pull-request
114114 type : registry-image
115115 source :
@@ -218,6 +218,8 @@ resources:
218218 username : ((artifactory-username))
219219 password : ((artifactory-password))
220220 build_name : ((build-name))
221+ build_number_prefix : " ${BUILD_PIPELINE_NAME}-"
222+ check_limit : 500
221223- name : repo-status-build
222224 type : github-status-resource
223225 icon : eye-check-outline
You can’t perform that action at this time.
0 commit comments