Merge branch '2.1.x' into 2.2.x

pull/20872/head
Madhura Bhave 5 years ago
commit 520b8c8836

@ -6,6 +6,7 @@ github-repo-name: "spring-projects/spring-boot"
docker-hub-organization: "springci" docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io" artifactory-server: "https://repo.spring.io"
branch: "2.2.x" branch: "2.2.x"
milestone: "2.2.x"
build-name: "spring-boot" build-name: "spring-boot"
pipeline-name: "spring-boot" pipeline-name: "spring-boot"
concourse-url: "https://ci.spring.io" concourse-url: "https://ci.spring.io"

@ -183,7 +183,7 @@ jobs:
GITHUB_PASSWORD: ((github-password)) GITHUB_PASSWORD: ((github-password))
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
JDK_VERSION: java8 JDK_VERSION: java8
MILESTONE: ((branch)) MILESTONE: ((milestone))
image: spring-boot-ci-image image: spring-boot-ci-image
- task: detect-jdk11-update - task: detect-jdk11-update
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
@ -193,7 +193,7 @@ jobs:
GITHUB_PASSWORD: ((github-password)) GITHUB_PASSWORD: ((github-password))
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
JDK_VERSION: java11 JDK_VERSION: java11
MILESTONE: ((branch)) MILESTONE: ((milestone))
image: spring-boot-ci-image image: spring-boot-ci-image
- task: detect-jdk14-update - task: detect-jdk14-update
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
@ -203,7 +203,7 @@ jobs:
GITHUB_PASSWORD: ((github-password)) GITHUB_PASSWORD: ((github-password))
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
JDK_VERSION: java14 JDK_VERSION: java14
MILESTONE: ((branch)) MILESTONE: ((milestone))
image: spring-boot-ci-image image: spring-boot-ci-image
- name: detect-ubuntu-image-updates - name: detect-ubuntu-image-updates
plan: plan:
@ -219,7 +219,7 @@ jobs:
GITHUB_ORGANIZATION: spring-projects GITHUB_ORGANIZATION: spring-projects
GITHUB_PASSWORD: ((github-password)) GITHUB_PASSWORD: ((github-password))
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
MILESTONE: ((branch)) MILESTONE: ((milestone))
image: spring-boot-ci-image image: spring-boot-ci-image
- name: detect-docker-updates - name: detect-docker-updates
plan: plan:
@ -234,7 +234,7 @@ jobs:
params: params:
GITHUB_REPO: spring-boot GITHUB_REPO: spring-boot
GITHUB_ORGANIZATION: spring-projects GITHUB_ORGANIZATION: spring-projects
MILESTONE: ((branch)) MILESTONE: ((milestone))
image: spring-boot-ci-image image: spring-boot-ci-image
- put: git-repo-ci-docker - put: git-repo-ci-docker
params: params:

Loading…
Cancel
Save