Skip to content

Commit 7407b22

Browse files
committed
Update CI to skip artifact downloads when possible
Update the promote and sync jobs so that only the build-info.json file is downloaded. Closes gh-16448
1 parent ead3031 commit 7407b22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ jobs:
422422
trigger: false
423423
passed: [stage-milestone]
424424
params:
425+
download_artifacts: false
425426
save_build_info: true
426427
- task: promote
427428
image: spring-boot-ci-image
@@ -452,6 +453,7 @@ jobs:
452453
trigger: false
453454
passed: [stage-rc]
454455
params:
456+
download_artifacts: false
455457
save_build_info: true
456458
- task: promote
457459
image: spring-boot-ci-image
@@ -482,6 +484,7 @@ jobs:
482484
trigger: false
483485
passed: [stage-release]
484486
params:
487+
download_artifacts: false
485488
save_build_info: true
486489
- task: promote
487490
image: spring-boot-ci-image
@@ -504,6 +507,7 @@ jobs:
504507
trigger: true
505508
passed: [promote-release]
506509
params:
510+
download_artifacts: false
507511
save_build_info: true
508512
- task: sync-to-maven-central
509513
image: spring-boot-ci-image

0 commit comments

Comments
 (0)