From ab981b9cbae6d8c3b64a1553bad93cf99391cd77 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Jan 2020 15:56:00 +0000 Subject: [PATCH] Try to fix problem with corrupted build numbers on Artifactory --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index e2aeb3871f..e82c6a6f25 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -231,7 +231,7 @@ jobs: build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}" build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true - threads: 8 + threads: 1 artifact_set: - include: - "/**/spring-boot-docs-*.zip"