Skip to content

Commit 09b83c9

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34055
2 parents 118f736 + 86fc392 commit 09b83c9

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:
@@ -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

0 commit comments

Comments
 (0)