Merge branch '2.2.x' into 2.3.x

pull/22035/head
Phillip Webb 5 years ago
commit e08f70c007

@ -207,27 +207,23 @@ jobs:
- get: spring-boot-ci-image - get: spring-boot-ci-image
- in_parallel: - in_parallel:
- task: detect-jdk8-update - task: detect-jdk8-update
image: spring-boot-ci-image
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
params: params:
<<: *github-task-params <<: *github-task-params
JDK_VERSION: java8 JDK_VERSION: java8
image: spring-boot-ci-image
- task: detect-jdk11-update - task: detect-jdk11-update
image: spring-boot-ci-image
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
params: params:
<<: *github-task-params <<: *github-task-params
JDK_VERSION: java11 JDK_VERSION: java11
image: spring-boot-ci-image
- task: detect-jdk14-update - task: detect-jdk14-update
image: spring-boot-ci-image
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
params: params:
GITHUB_REPO: spring-boot <<: *github-task-params
GITHUB_ORGANIZATION: spring-projects
GITHUB_PASSWORD: ((github-password))
GITHUB_USERNAME: ((github-username))
JDK_VERSION: java14 JDK_VERSION: java14
MILESTONE: ((milestone))
image: spring-boot-ci-image
- name: detect-ubuntu-image-updates - name: detect-ubuntu-image-updates
plan: plan:
- get: git-repo - get: git-repo
@ -236,10 +232,10 @@ jobs:
- get: spring-boot-ci-image - get: spring-boot-ci-image
- do: - do:
- task: detect-ubuntu-image-updates - task: detect-ubuntu-image-updates
image: spring-boot-ci-image
file: git-repo/ci/tasks/detect-ubuntu-image-updates.yml file: git-repo/ci/tasks/detect-ubuntu-image-updates.yml
params: params:
<<: *github-task-params <<: *github-task-params
image: spring-boot-ci-image
- name: detect-docker-updates - name: detect-docker-updates
plan: plan:
- get: git-repo - get: git-repo
@ -248,10 +244,10 @@ jobs:
- get: spring-boot-ci-image - get: spring-boot-ci-image
- do: - do:
- task: detect-docker-updates - task: detect-docker-updates
image: spring-boot-ci-image
file: git-repo/ci/tasks/detect-docker-updates.yml file: git-repo/ci/tasks/detect-docker-updates.yml
params: params:
<<: *github-task-params <<: *github-task-params
image: spring-boot-ci-image
- name: build - name: build
serial: true serial: true
public: true public: true
@ -263,8 +259,8 @@ jobs:
params: { state: "pending", commit: "git-repo" } params: { state: "pending", commit: "git-repo" }
- do: - do:
- task: build-project - task: build-project
<<: *build-project-task-params
image: spring-boot-ci-image image: spring-boot-ci-image
<<: *build-project-task-params
on_failure: on_failure:
do: do:
- put: repo-status-build - put: repo-status-build
@ -321,9 +317,9 @@ jobs:
path: git-repo path: git-repo
status: pending status: pending
- task: build-project - task: build-project
timeout: ((task-timeout))
image: spring-boot-ci-image image: spring-boot-ci-image
file: git-repo/ci/tasks/build-pr-project.yml file: git-repo/ci/tasks/build-pr-project.yml
timeout: ((task-timeout))
on_success: on_success:
put: git-pull-request put: git-pull-request
params: params:
@ -345,8 +341,8 @@ jobs:
params: { state: "pending", commit: "git-repo" } params: { state: "pending", commit: "git-repo" }
- do: - do:
- task: build-project - task: build-project
<<: *build-project-task-params
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
<<: *build-project-task-params
on_failure: on_failure:
do: do:
- put: repo-status-jdk11-build - put: repo-status-jdk11-build
@ -384,10 +380,10 @@ jobs:
params: { state: "pending", commit: "git-repo" } params: { state: "pending", commit: "git-repo" }
- do: - do:
- task: build-project - task: build-project
privileged: true
timeout: ((task-timeout))
image: spring-boot-jdk14-ci-image image: spring-boot-jdk14-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
privileged: true
timeout: ((task-timeout))
params: params:
BRANCH: ((branch)) BRANCH: ((branch))
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))

Loading…
Cancel
Save