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:
62
62
repo : libs-snapshot-local
63
63
folder : distribution-repository
64
64
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}"
66
66
disable_checksum_uploads : true
67
67
threads : 8
68
68
artifact_set :
@@ -109,7 +109,7 @@ resource_types:
109
109
source :
110
110
<< : *registry-image-resource-source
111
111
repository : springio/artifactory-resource
112
- tag : 0.0.17
112
+ tag : 0.0.18
113
113
- name : pull-request
114
114
type : registry-image
115
115
source :
@@ -218,6 +218,8 @@ resources:
218
218
username : ((artifactory-username))
219
219
password : ((artifactory-password))
220
220
build_name : ((build-name))
221
+ build_number_prefix : " ${BUILD_PIPELINE_NAME}-"
222
+ check_limit : 500
221
223
- name : repo-status-build
222
224
type : github-status-resource
223
225
icon : eye-check-outline
You can’t perform that action at this time.
0 commit comments