Configure CI pipeline for Spring Boot 2.6.x

This commit is contained in:
Stephane Nicoll 2021-06-11 10:15:15 +02:00
parent ef38587332
commit 5b3a632458
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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