@@ -144,12 +144,12 @@ resources:
144
144
source :
145
145
<< : *docker-resource-source
146
146
repository : ((docker-hub-organization))/spring-boot-jdk11-ci-image
147
- - name : spring-boot-jdk14 -ci-image
147
+ - name : spring-boot-jdk15 -ci-image
148
148
type : docker-image
149
149
icon : docker
150
150
source :
151
151
<< : *docker-resource-source
152
- repository : ((docker-hub-organization))/spring-boot-jdk14 -ci-image
152
+ repository : ((docker-hub-organization))/spring-boot-jdk15 -ci-image
153
153
- name : artifactory-repo
154
154
type : artifactory-resource
155
155
icon : package-variant
@@ -174,14 +174,14 @@ resources:
174
174
access_token : ((github-ci-status-token))
175
175
branch : ((branch))
176
176
context : jdk11-build
177
- - name : repo-status-jdk14 -build
177
+ - name : repo-status-jdk15 -build
178
178
type : github-status-resource
179
179
icon : eye-check-outline
180
180
source :
181
181
repository : ((github-repo-name))
182
182
access_token : ((github-ci-status-token))
183
183
branch : ((branch))
184
- context : jdk14 -build
184
+ context : jdk15 -build
185
185
- name : slack-alert
186
186
type : slack-notification
187
187
icon : slack
@@ -212,10 +212,10 @@ jobs:
212
212
params :
213
213
build : ci-images-git-repo/ci/images
214
214
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
216
216
params :
217
217
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
219
219
- name : detect-jdk-updates
220
220
plan :
221
221
- get : git-repo
@@ -235,12 +235,12 @@ jobs:
235
235
params :
236
236
<< : *github-task-params
237
237
JDK_VERSION : java11
238
- - task : detect-jdk14 -update
238
+ - task : detect-jdk15 -update
239
239
image : spring-boot-ci-image
240
240
file : git-repo/ci/tasks/detect-jdk-updates.yml
241
241
params :
242
242
<< : *github-task-params
243
- JDK_VERSION : java14
243
+ JDK_VERSION : java15
244
244
- name : detect-ubuntu-image-updates
245
245
plan :
246
246
- get : git-repo
@@ -353,27 +353,27 @@ jobs:
353
353
- put : slack-alert
354
354
params :
355
355
<< : *slack-success-params
356
- - name : jdk14 -build
356
+ - name : jdk15 -build
357
357
serial : true
358
358
public : true
359
359
plan :
360
- - get : spring-boot-jdk14 -ci-image
360
+ - get : spring-boot-jdk15 -ci-image
361
361
- get : git-repo
362
362
trigger : true
363
- - put : repo-status-jdk14 -build
363
+ - put : repo-status-jdk15 -build
364
364
params : { state: "pending", commit: "git-repo" }
365
365
- do :
366
366
- task : build-project
367
- image : spring-boot-jdk14 -ci-image
367
+ image : spring-boot-jdk15 -ci-image
368
368
<< : *build-project-task-params
369
369
on_failure :
370
370
do :
371
- - put : repo-status-jdk14 -build
371
+ - put : repo-status-jdk15 -build
372
372
params : { state: "failure", commit: "git-repo" }
373
373
- put : slack-alert
374
374
params :
375
375
<< : *slack-fail-params
376
- - put : repo-status-jdk14 -build
376
+ - put : repo-status-jdk15 -build
377
377
params : { state: "success", commit: "git-repo" }
378
378
- put : slack-alert
379
379
params :
@@ -567,7 +567,7 @@ jobs:
567
567
body : generated-release-notes/release-notes.md
568
568
groups :
569
569
- name : " Build"
570
- jobs : ["build", "jdk11-build", "jdk14 -build", "windows-build"]
570
+ jobs : ["build", "jdk11-build", "jdk15 -build", "windows-build"]
571
571
- name : " Release"
572
572
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
573
573
- name : " CI Images"
0 commit comments