Browse Source

Polish CI pipeline

pull/38228/head
Andy Wilkinson 2 years ago
parent
commit
8b6b6378f5
  1. 2
      ci/config/release-scripts.yml
  2. 8
      ci/pipeline.yml

2
ci/config/release-scripts.yml

@ -3,7 +3,7 @@ spring: @@ -3,7 +3,7 @@ spring:
banner-mode: off
sonatype:
exclude:
- "build-info\.json"
- "build-info.json"
- "org/springframework/boot/spring-boot-docs/.*"
sdkman:
artifact: "org.springframework.boot:spring-boot-cli:*:zip:bin"

8
ci/pipeline.yml

@ -580,7 +580,6 @@ jobs: @@ -580,7 +580,6 @@ jobs:
- name: promote-milestone
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
@ -590,7 +589,6 @@ jobs: @@ -590,7 +589,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: M
@ -609,7 +607,6 @@ jobs: @@ -609,7 +607,6 @@ jobs:
- name: promote-rc
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
@ -619,7 +616,6 @@ jobs: @@ -619,7 +616,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: RC
@ -638,7 +634,6 @@ jobs: @@ -638,7 +634,6 @@ jobs:
- name: promote-release
serial: true
plan:
- get: ci-image
- get: git-repo
trigger: false
- get: artifactory-repo
@ -649,7 +644,6 @@ jobs: @@ -649,7 +644,6 @@ jobs:
save_build_info: true
threads: 8
- task: promote
image: ci-image
file: git-repo/ci/tasks/promote.yml
params:
RELEASE_TYPE: RELEASE
@ -697,7 +691,6 @@ jobs: @@ -697,7 +691,6 @@ jobs:
- name: publish-to-sdkman
serial: true
plan:
- get: ci-image
- get: git-repo
- get: artifactory-repo
passed: [create-github-release]
@ -705,7 +698,6 @@ jobs: @@ -705,7 +698,6 @@ jobs:
download_artifacts: false
save_build_info: true
- task: publish-to-sdkman
image: ci-image
file: git-repo/ci/tasks/publish-to-sdkman.yml
params:
<<: *sdkman-task-params

Loading…
Cancel
Save