@@ -142,12 +142,12 @@ resources:
142
142
source :
143
143
<< : *docker-resource-source
144
144
repository : ((docker-hub-organization))/spring-boot-jdk11-ci-image
145
- - name : spring-boot-jdk14 -ci-image
145
+ - name : spring-boot-jdk15 -ci-image
146
146
type : docker-image
147
147
icon : docker
148
148
source :
149
149
<< : *docker-resource-source
150
- repository : ((docker-hub-organization))/spring-boot-jdk14 -ci-image
150
+ repository : ((docker-hub-organization))/spring-boot-jdk15 -ci-image
151
151
- name : artifactory-repo
152
152
type : artifactory-resource
153
153
icon : package-variant
@@ -172,14 +172,14 @@ resources:
172
172
access_token : ((github-ci-status-token))
173
173
branch : ((branch))
174
174
context : jdk11-build
175
- - name : repo-status-jdk14 -build
175
+ - name : repo-status-jdk15 -build
176
176
type : github-status-resource
177
177
icon : eye-check-outline
178
178
source :
179
179
repository : ((github-repo-name))
180
180
access_token : ((github-ci-status-token))
181
181
branch : ((branch))
182
- context : jdk14 -build
182
+ context : jdk15 -build
183
183
- name : slack-alert
184
184
type : slack-notification
185
185
icon : slack
@@ -210,10 +210,10 @@ jobs:
210
210
params :
211
211
build : ci-images-git-repo/ci/images
212
212
dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11-ci-image/Dockerfile
213
- - put : spring-boot-jdk14 -ci-image
213
+ - put : spring-boot-jdk15 -ci-image
214
214
params :
215
215
build : ci-images-git-repo/ci/images
216
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk14 -ci-image/Dockerfile
216
+ dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk15 -ci-image/Dockerfile
217
217
- name : detect-jdk-updates
218
218
plan :
219
219
- get : git-repo
@@ -233,12 +233,12 @@ jobs:
233
233
params :
234
234
<< : *github-task-params
235
235
JDK_VERSION : java11
236
- - task : detect-jdk14 -update
236
+ - task : detect-jdk15 -update
237
237
image : spring-boot-ci-image
238
238
file : git-repo/ci/tasks/detect-jdk-updates.yml
239
239
params :
240
240
<< : *github-task-params
241
- JDK_VERSION : java14
241
+ JDK_VERSION : java15
242
242
- name : detect-ubuntu-image-updates
243
243
plan :
244
244
- get : git-repo
@@ -400,46 +400,46 @@ jobs:
400
400
- put : slack-alert
401
401
params :
402
402
<< : *slack-success-params
403
- - name : jdk14 -build
403
+ - name : jdk15 -build
404
404
serial : true
405
405
public : true
406
406
plan :
407
- - get : spring-boot-jdk14 -ci-image
407
+ - get : spring-boot-jdk15 -ci-image
408
408
- get : git-repo
409
409
trigger : true
410
- - put : repo-status-jdk14 -build
410
+ - put : repo-status-jdk15 -build
411
411
params : { state: "pending", commit: "git-repo" }
412
412
- do :
413
413
- task : build-project
414
- image : spring-boot-jdk14 -ci-image
414
+ image : spring-boot-jdk15 -ci-image
415
415
<< : *build-project-task-params
416
416
- in_parallel :
417
417
- task : build-smoke-tests
418
418
timeout : ((task-timeout))
419
- image : spring-boot-jdk14 -ci-image
419
+ image : spring-boot-jdk15 -ci-image
420
420
file : git-repo/ci/tasks/build-smoke-tests.yml
421
421
params :
422
422
<< : *gradle-enterprise-task-params
423
423
- task : build-integration-tests
424
424
timeout : ((task-timeout))
425
- image : spring-boot-jdk14 -ci-image
425
+ image : spring-boot-jdk15 -ci-image
426
426
file : git-repo/ci/tasks/build-integration-tests.yml
427
427
params :
428
428
<< : *gradle-enterprise-task-params
429
429
- task : build-deployment-tests
430
430
timeout : ((task-timeout))
431
- image : spring-boot-jdk14 -ci-image
431
+ image : spring-boot-jdk15 -ci-image
432
432
file : git-repo/ci/tasks/build-deployment-tests.yml
433
433
params :
434
434
<< : *gradle-enterprise-task-params
435
435
on_failure :
436
436
do :
437
- - put : repo-status-jdk14 -build
437
+ - put : repo-status-jdk15 -build
438
438
params : { state: "failure", commit: "git-repo" }
439
439
- put : slack-alert
440
440
params :
441
441
<< : *slack-fail-params
442
- - put : repo-status-jdk14 -build
442
+ - put : repo-status-jdk15 -build
443
443
params : { state: "success", commit: "git-repo" }
444
444
- put : slack-alert
445
445
params :
@@ -638,7 +638,7 @@ jobs:
638
638
body : generated-release-notes/release-notes.md
639
639
groups :
640
640
- name : " Build"
641
- jobs : ["build", "jdk11-build", "jdk14 -build", "windows-build"]
641
+ jobs : ["build", "jdk11-build", "jdk15 -build", "windows-build"]
642
642
- name : " Release"
643
643
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
644
644
- name : " CI Images"
0 commit comments