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 :
@@ -206,6 +206,8 @@ resources:
206206 username : ((artifactory-username))
207207 password : ((artifactory-password))
208208 build_name : ((build-name))
209+ build_number_prefix : " ${BUILD_PIPELINE_NAME}-"
210+ check_limit : 500
209211- name : repo-status-build
210212 type : github-status-resource
211213 icon : eye-check-outline
You can’t perform that action at this time.
0 commit comments