Browse Source

Revert "Try to fix problem with corrupted build numbers on Artifactory"

This reverts commit ab981b9cba since
it's hopefully now fixed upstream.
pull/19632/head
Phillip Webb 6 years ago
parent
commit
af4b531173
  1. 2
      ci/pipeline.yml

2
ci/pipeline.yml

@ -231,7 +231,7 @@ jobs: @@ -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: 1
threads: 8
artifact_set:
- include:
- "/**/spring-boot-docs-*.zip"

Loading…
Cancel
Save