From 5b3a6324583bf77b834bfc62fd9264ae804e140b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Jun 2021 10:15:15 +0200 Subject: [PATCH] Configure CI pipeline for Spring Boot 2.6.x --- ci/README.adoc | 2 +- ci/parameters.yml | 2 +- ci/pipeline.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index 5d4431a9cf..24fd7aa7e4 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -11,7 +11,7 @@ The pipeline can be deployed using the following command: [source] ---- -$ fly -t spring-boot set-pipeline -p spring-boot-2.5.x -c ci/pipeline.yml -l ci/parameters.yml +$ fly -t spring-boot set-pipeline -p spring-boot-2.6.x -c ci/pipeline.yml -l ci/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate diff --git a/ci/parameters.yml b/ci/parameters.yml index 827292f877..54d5700c55 100644 --- a/ci/parameters.yml +++ b/ci/parameters.yml @@ -7,7 +7,7 @@ homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" branch: "main" -milestone: "2.5.x" +milestone: "2.6.x" build-name: "spring-boot" concourse-url: "https://ci.spring.io" task-timeout: 2h00m diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 4792e7bbc3..6233e9137e 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -623,7 +623,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -639,7 +639,7 @@ jobs: image: ci-image file: git-repo/ci/tasks/update-homebrew-tap.yml params: - LATEST_GA: true + LATEST_GA: false - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo