Skip to content

Commit b59b287

Browse files
committed
Merge branch '2.2.x' into 2.3.x
2 parents 0963218 + e6ebcf1 commit b59b287

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

ci/images/spring-boot-jdk14-ci-image/Dockerfile renamed to ci/images/spring-boot-jdk15-ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:bionic-20200807
33
ADD setup.sh /setup.sh
44
ADD get-jdk-url.sh /get-jdk-url.sh
55
ADD get-docker-url.sh /get-docker-url.sh
6-
RUN ./setup.sh java14
6+
RUN ./setup.sh java15
77

88
ENV JAVA_HOME /opt/openjdk
99
ENV PATH $JAVA_HOME/bin:$PATH

ci/pipeline.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ resources:
144144
source:
145145
<<: *docker-resource-source
146146
repository: ((docker-hub-organization))/spring-boot-jdk11-ci-image
147-
- name: spring-boot-jdk14-ci-image
147+
- name: spring-boot-jdk15-ci-image
148148
type: docker-image
149149
icon: docker
150150
source:
151151
<<: *docker-resource-source
152-
repository: ((docker-hub-organization))/spring-boot-jdk14-ci-image
152+
repository: ((docker-hub-organization))/spring-boot-jdk15-ci-image
153153
- name: artifactory-repo
154154
type: artifactory-resource
155155
icon: package-variant
@@ -174,14 +174,14 @@ resources:
174174
access_token: ((github-ci-status-token))
175175
branch: ((branch))
176176
context: jdk11-build
177-
- name: repo-status-jdk14-build
177+
- name: repo-status-jdk15-build
178178
type: github-status-resource
179179
icon: eye-check-outline
180180
source:
181181
repository: ((github-repo-name))
182182
access_token: ((github-ci-status-token))
183183
branch: ((branch))
184-
context: jdk14-build
184+
context: jdk15-build
185185
- name: slack-alert
186186
type: slack-notification
187187
icon: slack
@@ -212,10 +212,10 @@ jobs:
212212
params:
213213
build: ci-images-git-repo/ci/images
214214
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
215-
- put: spring-boot-jdk14-ci-image
215+
- put: spring-boot-jdk15-ci-image
216216
params:
217217
build: ci-images-git-repo/ci/images
218-
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk14-ci-image/Dockerfile
218+
dockerfile: ci-images-git-repo/ci/images/spring-boot-jdk15-ci-image/Dockerfile
219219
- name: detect-jdk-updates
220220
plan:
221221
- get: git-repo
@@ -235,12 +235,12 @@ jobs:
235235
params:
236236
<<: *github-task-params
237237
JDK_VERSION: java11
238-
- task: detect-jdk14-update
238+
- task: detect-jdk15-update
239239
image: spring-boot-ci-image
240240
file: git-repo/ci/tasks/detect-jdk-updates.yml
241241
params:
242242
<<: *github-task-params
243-
JDK_VERSION: java14
243+
JDK_VERSION: java15
244244
- name: detect-ubuntu-image-updates
245245
plan:
246246
- get: git-repo
@@ -353,27 +353,27 @@ jobs:
353353
- put: slack-alert
354354
params:
355355
<<: *slack-success-params
356-
- name: jdk14-build
356+
- name: jdk15-build
357357
serial: true
358358
public: true
359359
plan:
360-
- get: spring-boot-jdk14-ci-image
360+
- get: spring-boot-jdk15-ci-image
361361
- get: git-repo
362362
trigger: true
363-
- put: repo-status-jdk14-build
363+
- put: repo-status-jdk15-build
364364
params: { state: "pending", commit: "git-repo" }
365365
- do:
366366
- task: build-project
367-
image: spring-boot-jdk14-ci-image
367+
image: spring-boot-jdk15-ci-image
368368
<<: *build-project-task-params
369369
on_failure:
370370
do:
371-
- put: repo-status-jdk14-build
371+
- put: repo-status-jdk15-build
372372
params: { state: "failure", commit: "git-repo" }
373373
- put: slack-alert
374374
params:
375375
<<: *slack-fail-params
376-
- put: repo-status-jdk14-build
376+
- put: repo-status-jdk15-build
377377
params: { state: "success", commit: "git-repo" }
378378
- put: slack-alert
379379
params:
@@ -567,7 +567,7 @@ jobs:
567567
body: generated-release-notes/release-notes.md
568568
groups:
569569
- name: "Build"
570-
jobs: ["build", "jdk11-build", "jdk14-build", "windows-build"]
570+
jobs: ["build", "jdk11-build", "jdk15-build", "windows-build"]
571571
- name: "Release"
572572
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
573573
- name: "CI Images"

0 commit comments

Comments
 (0)