diff --git a/ci/config/release-scripts.yml b/ci/config/release-scripts.yml index c89e84e52663..207ae802c063 100644 --- a/ci/config/release-scripts.yml +++ b/ci/config/release-scripts.yml @@ -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" diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a7bfb3ed994d..6c31a3f136ef 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -28,7 +28,7 @@ anchors: GITHUB_USERNAME: ((github-username)) MILESTONE: ((milestone)) sontatype-task-params: &sonatype-task-params - SONATYPE_USER: ((sonatype-username)) + SONATYPE_USERNAME: ((sonatype-username)) SONATYPE_PASSWORD: ((sonatype-password)) SONATYPE_URL: ((sonatype-url)) SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id)) @@ -463,7 +463,6 @@ jobs: - name: promote-milestone serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -473,7 +472,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 @@ -492,7 +490,6 @@ jobs: - name: promote-rc serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -502,7 +499,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 @@ -521,7 +517,6 @@ jobs: - name: promote-release serial: true plan: - - get: ci-image - get: git-repo trigger: false - get: artifactory-repo @@ -532,7 +527,6 @@ jobs: save_build_info: true threads: 8 - task: promote - image: ci-image file: git-repo/ci/tasks/promote.yml params: RELEASE_TYPE: RELEASE @@ -580,7 +574,6 @@ jobs: - name: publish-to-sdkman serial: true plan: - - get: ci-image - get: git-repo - get: artifactory-repo passed: [create-github-release] @@ -588,7 +581,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 diff --git a/ci/tasks/promote.yml b/ci/tasks/promote.yml index 976df569c4b4..aa700a1bf11f 100644 --- a/ci/tasks/promote.yml +++ b/ci/tasks/promote.yml @@ -17,7 +17,7 @@ params: ARTIFACTORY_URL: ARTIFACTORY_USERNAME: ARTIFACTORY_PASSWORD: - SONATYPE_USER: + SONATYPE_USERNAME: SONATYPE_PASSWORD: SONATYPE_URL: SONATYPE_STAGING_PROFILE_ID: