@@ -132,24 +132,24 @@ resources:
132
132
uri : ((github-repo))
133
133
branch : ((branch))
134
134
paths : ["ci/images/*"]
135
- - name : spring-boot- ci-image
135
+ - name : ci-image
136
136
type : docker-image
137
137
icon : docker
138
138
source :
139
139
<< : *docker-resource-source
140
- repository : ((docker-hub-organization))/spring-boot- ci-image
141
- - name : spring-boot-jdk11- ci-image
140
+ repository : ((docker-hub-organization))/(( ci-image-name))
141
+ - name : ci-image-jdk11
142
142
type : docker-image
143
143
icon : docker
144
144
source :
145
145
<< : *docker-resource-source
146
- repository : ((docker-hub-organization))/spring-boot-jdk11- ci-image
147
- - name : spring-boot-jdk15- ci-image
146
+ repository : ((docker-hub-organization))/(( ci-image-name))-jdk11
147
+ - name : ci-image-jdk15
148
148
type : docker-image
149
149
icon : docker
150
150
source :
151
151
<< : *docker-resource-source
152
- repository : ((docker-hub-organization))/spring-boot-jdk15- ci-image
152
+ repository : ((docker-hub-organization))/(( ci-image-name))-jdk15
153
153
- name : artifactory-repo
154
154
type : artifactory-resource
155
155
icon : package-variant
@@ -199,44 +199,44 @@ resources:
199
199
icon : clock-outline
200
200
source : { interval: "24h" }
201
201
jobs :
202
- - name : build-spring-boot- ci-images
202
+ - name : build-ci-images
203
203
plan :
204
204
- get : ci-images-git-repo
205
205
trigger : true
206
206
- in_parallel :
207
- - put : spring-boot- ci-image
207
+ - put : ci-image
208
208
params :
209
209
build : ci-images-git-repo/ci/images
210
- dockerfile : ci-images-git-repo/ci/images/spring-boot- ci-image/Dockerfile
211
- - put : spring-boot-jdk11- ci-image
210
+ dockerfile : ci-images-git-repo/ci/images/ci-image/Dockerfile
211
+ - put : ci-image-jdk11
212
212
params :
213
213
build : ci-images-git-repo/ci/images
214
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11- ci-image/Dockerfile
215
- - put : spring-boot-jdk15- ci-image
214
+ dockerfile : ci-images-git-repo/ci/images/ci-image-jdk11 /Dockerfile
215
+ - put : ci-image-jdk15
216
216
params :
217
217
build : ci-images-git-repo/ci/images
218
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk15- ci-image/Dockerfile
218
+ dockerfile : ci-images-git-repo/ci/images/ci-image-jdk15 /Dockerfile
219
219
- name : detect-jdk-updates
220
220
plan :
221
221
- get : git-repo
222
222
- get : every-wednesday
223
223
trigger : true
224
- - get : spring-boot- ci-image
224
+ - get : ci-image
225
225
- in_parallel :
226
226
- task : detect-jdk8-update
227
- image : spring-boot- ci-image
227
+ image : ci-image
228
228
file : git-repo/ci/tasks/detect-jdk-updates.yml
229
229
params :
230
230
<< : *github-task-params
231
231
JDK_VERSION : java8
232
232
- task : detect-jdk11-update
233
- image : spring-boot- ci-image
233
+ image : ci-image
234
234
file : git-repo/ci/tasks/detect-jdk-updates.yml
235
235
params :
236
236
<< : *github-task-params
237
237
JDK_VERSION : java11
238
238
- task : detect-jdk15-update
239
- image : spring-boot- ci-image
239
+ image : ci-image
240
240
file : git-repo/ci/tasks/detect-jdk-updates.yml
241
241
params :
242
242
<< : *github-task-params
@@ -246,10 +246,10 @@ jobs:
246
246
- get : git-repo
247
247
- get : every-wednesday
248
248
trigger : true
249
- - get : spring-boot- ci-image
249
+ - get : ci-image
250
250
- do :
251
251
- task : detect-ubuntu-image-updates
252
- image : spring-boot- ci-image
252
+ image : ci-image
253
253
file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
254
254
params :
255
255
<< : *github-task-params
@@ -258,25 +258,25 @@ jobs:
258
258
- get : git-repo
259
259
- get : every-wednesday
260
260
trigger : true
261
- - get : spring-boot- ci-image
261
+ - get : ci-image
262
262
- do :
263
263
- task : detect-docker-updates
264
- image : spring-boot- ci-image
264
+ image : ci-image
265
265
file : git-repo/ci/tasks/detect-docker-updates.yml
266
266
params :
267
267
<< : *github-task-params
268
268
- name : build
269
269
serial : true
270
270
public : true
271
271
plan :
272
- - get : spring-boot- ci-image
272
+ - get : ci-image
273
273
- get : git-repo
274
274
trigger : true
275
275
- put : repo-status-build
276
276
params : { state: "pending", commit: "git-repo" }
277
277
- do :
278
278
- task : build-project
279
- image : spring-boot- ci-image
279
+ image : ci-image
280
280
<< : *build-project-task-params
281
281
on_failure :
282
282
do :
@@ -304,7 +304,7 @@ jobs:
304
304
serial : true
305
305
public : true
306
306
plan :
307
- - get : spring-boot- ci-image
307
+ - get : ci-image
308
308
- get : git-repo
309
309
resource : git-pull-request
310
310
trigger : true
@@ -315,7 +315,7 @@ jobs:
315
315
path : git-repo
316
316
status : pending
317
317
- task : build-project
318
- image : spring-boot- ci-image
318
+ image : ci-image
319
319
file : git-repo/ci/tasks/build-pr-project.yml
320
320
timeout : ((task-timeout))
321
321
on_success :
@@ -332,14 +332,14 @@ jobs:
332
332
serial : true
333
333
public : true
334
334
plan :
335
- - get : spring-boot-jdk11- ci-image
335
+ - get : ci-image-jdk11
336
336
- get : git-repo
337
337
trigger : true
338
338
- put : repo-status-jdk11-build
339
339
params : { state: "pending", commit: "git-repo" }
340
340
- do :
341
341
- task : build-project
342
- image : spring-boot-jdk11- ci-image
342
+ image : ci-image-jdk11
343
343
<< : *build-project-task-params
344
344
on_failure :
345
345
do :
@@ -357,7 +357,7 @@ jobs:
357
357
serial : true
358
358
public : true
359
359
plan :
360
- - get : spring-boot-jdk15- ci-image
360
+ - get : ci-image-jdk15
361
361
- get : git-repo
362
362
trigger : true
363
363
- put : repo-status-jdk15-build
@@ -406,11 +406,11 @@ jobs:
406
406
- name : stage-milestone
407
407
serial : true
408
408
plan :
409
- - get : spring-boot- ci-image
409
+ - get : ci-image
410
410
- get : git-repo
411
411
trigger : false
412
412
- task : stage
413
- image : spring-boot- ci-image
413
+ image : ci-image
414
414
file : git-repo/ci/tasks/stage.yml
415
415
params :
416
416
RELEASE_TYPE : M
@@ -425,11 +425,11 @@ jobs:
425
425
- name : stage-rc
426
426
serial : true
427
427
plan :
428
- - get : spring-boot- ci-image
428
+ - get : ci-image
429
429
- get : git-repo
430
430
trigger : false
431
431
- task : stage
432
- image : spring-boot- ci-image
432
+ image : ci-image
433
433
file : git-repo/ci/tasks/stage.yml
434
434
params :
435
435
RELEASE_TYPE : RC
@@ -444,11 +444,11 @@ jobs:
444
444
- name : stage-release
445
445
serial : true
446
446
plan :
447
- - get : spring-boot- ci-image
447
+ - get : ci-image
448
448
- get : git-repo
449
449
trigger : false
450
450
- task : stage
451
- image : spring-boot- ci-image
451
+ image : ci-image
452
452
file : git-repo/ci/tasks/stage.yml
453
453
params :
454
454
RELEASE_TYPE : RELEASE
@@ -463,7 +463,7 @@ jobs:
463
463
- name : promote-milestone
464
464
serial : true
465
465
plan :
466
- - get : spring-boot- ci-image
466
+ - get : ci-image
467
467
- get : git-repo
468
468
trigger : false
469
469
- get : artifactory-repo
@@ -473,7 +473,7 @@ jobs:
473
473
download_artifacts : false
474
474
save_build_info : true
475
475
- task : promote
476
- image : spring-boot- ci-image
476
+ image : ci-image
477
477
file : git-repo/ci/tasks/promote.yml
478
478
params :
479
479
RELEASE_TYPE : M
@@ -492,7 +492,7 @@ jobs:
492
492
- name : promote-rc
493
493
serial : true
494
494
plan :
495
- - get : spring-boot- ci-image
495
+ - get : ci-image
496
496
- get : git-repo
497
497
trigger : false
498
498
- get : artifactory-repo
@@ -502,7 +502,7 @@ jobs:
502
502
download_artifacts : false
503
503
save_build_info : true
504
504
- task : promote
505
- image : spring-boot- ci-image
505
+ image : ci-image
506
506
file : git-repo/ci/tasks/promote.yml
507
507
params :
508
508
RELEASE_TYPE : RC
@@ -521,7 +521,7 @@ jobs:
521
521
- name : promote-release
522
522
serial : true
523
523
plan :
524
- - get : spring-boot- ci-image
524
+ - get : ci-image
525
525
- get : git-repo
526
526
trigger : false
527
527
- get : artifactory-repo
@@ -531,7 +531,7 @@ jobs:
531
531
download_artifacts : false
532
532
save_build_info : true
533
533
- task : promote
534
- image : spring-boot- ci-image
534
+ image : ci-image
535
535
file : git-repo/ci/tasks/promote.yml
536
536
params :
537
537
RELEASE_TYPE : RELEASE
@@ -540,7 +540,7 @@ jobs:
540
540
- name : sync-to-maven-central
541
541
serial : true
542
542
plan :
543
- - get : spring-boot- ci-image
543
+ - get : ci-image
544
544
- get : git-repo
545
545
- get : artifactory-repo
546
546
trigger : true
@@ -549,7 +549,7 @@ jobs:
549
549
download_artifacts : false
550
550
save_build_info : true
551
551
- task : sync-to-maven-central
552
- image : spring-boot- ci-image
552
+ image : ci-image
553
553
file : git-repo/ci/tasks/sync-to-maven-central.yml
554
554
params :
555
555
<< : *bintray-task-params
@@ -566,11 +566,11 @@ jobs:
566
566
tag : generated-release-notes/tag
567
567
body : generated-release-notes/release-notes.md
568
568
groups :
569
- - name : " Build "
569
+ - name : " builds "
570
570
jobs : ["build", "jdk11-build", "jdk15-build", "windows-build"]
571
- - name : " Release "
571
+ - name : " releases "
572
572
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
573
- - name : " CI Images "
574
- jobs : ["build-spring-boot- ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
575
- - name : " Build Pull Requests "
573
+ - name : " ci-images "
574
+ jobs : ["build-ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
575
+ - name : " pull-requests "
576
576
jobs : ["build-pull-requests"]
0 commit comments