Skip to content

Commit 8404ae7

Browse files
committed
Single-thread interaction with Artifactory
There is a regression in repo.spring.io that causes artifacts from the same module to have SNAPSHOT replaced with different timestamps. This then breaks dependency resolution in consuming builds. It's a long-shot, but JFrog have been unable to identify that cause of the problem so we're going to try using a single thread for uploading to Artifactory to see if that helps.
1 parent 3f6b18f commit 8404ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
249249
build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}"
250250
disable_checksum_uploads: true
251-
threads: 8
251+
threads: 1
252252
artifact_set:
253253
- include:
254254
- "/**/spring-boot-docs-*.zip"

0 commit comments

Comments
 (0)