Skip to content

Commit 86fc392

Browse files
committed
Upgrade CI to springio/artifactory-resource 0.0.18
Closes gh-34054
1 parent 9940fcf commit 86fc392

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)