@@ -130,24 +130,24 @@ resources:
130
130
uri : ((github-repo))
131
131
branch : ((branch))
132
132
paths : ["ci/images/*"]
133
- - name : spring-boot- ci-image
133
+ - name : ci-image
134
134
type : docker-image
135
135
icon : docker
136
136
source :
137
137
<< : *docker-resource-source
138
- repository : ((docker-hub-organization))/spring-boot- ci-image
139
- - name : spring-boot-jdk11- ci-image
138
+ repository : ((docker-hub-organization))/(( ci-image-name))
139
+ - name : ci-image-jdk11
140
140
type : docker-image
141
141
icon : docker
142
142
source :
143
143
<< : *docker-resource-source
144
- repository : ((docker-hub-organization))/spring-boot-jdk11- ci-image
145
- - name : spring-boot-jdk15- ci-image
144
+ repository : ((docker-hub-organization))/(( ci-image-name))-jdk11
145
+ - name : ci-image-jdk15
146
146
type : docker-image
147
147
icon : docker
148
148
source :
149
149
<< : *docker-resource-source
150
- repository : ((docker-hub-organization))/spring-boot-jdk15- ci-image
150
+ repository : ((docker-hub-organization))/(( ci-image-name))-jdk15
151
151
- name : artifactory-repo
152
152
type : artifactory-resource
153
153
icon : package-variant
@@ -197,44 +197,44 @@ resources:
197
197
icon : clock-outline
198
198
source : { interval: "24h" }
199
199
jobs :
200
- - name : build-spring-boot- ci-images
200
+ - name : build-ci-images
201
201
plan :
202
202
- get : ci-images-git-repo
203
203
trigger : true
204
204
- in_parallel :
205
- - put : spring-boot- ci-image
205
+ - put : ci-image
206
206
params :
207
207
build : ci-images-git-repo/ci/images
208
- dockerfile : ci-images-git-repo/ci/images/spring-boot- ci-image/Dockerfile
209
- - put : spring-boot-jdk11- ci-image
208
+ dockerfile : ci-images-git-repo/ci/images/ci-image/Dockerfile
209
+ - put : ci-image-jdk11
210
210
params :
211
211
build : ci-images-git-repo/ci/images
212
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11- ci-image/Dockerfile
213
- - put : spring-boot-jdk15- ci-image
212
+ dockerfile : ci-images-git-repo/ci/images/ci-image-jdk11 /Dockerfile
213
+ - put : ci-image-jdk15
214
214
params :
215
215
build : ci-images-git-repo/ci/images
216
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk15- ci-image/Dockerfile
216
+ dockerfile : ci-images-git-repo/ci/images/ci-image-jdk15 /Dockerfile
217
217
- name : detect-jdk-updates
218
218
plan :
219
219
- get : git-repo
220
220
- get : every-wednesday
221
221
trigger : true
222
- - get : spring-boot- ci-image
222
+ - get : ci-image
223
223
- in_parallel :
224
224
- task : detect-jdk8-update
225
- image : spring-boot- ci-image
225
+ image : ci-image
226
226
file : git-repo/ci/tasks/detect-jdk-updates.yml
227
227
params :
228
228
<< : *github-task-params
229
229
JDK_VERSION : java8
230
230
- task : detect-jdk11-update
231
- image : spring-boot- ci-image
231
+ image : ci-image
232
232
file : git-repo/ci/tasks/detect-jdk-updates.yml
233
233
params :
234
234
<< : *github-task-params
235
235
JDK_VERSION : java11
236
236
- task : detect-jdk15-update
237
- image : spring-boot- ci-image
237
+ image : ci-image
238
238
file : git-repo/ci/tasks/detect-jdk-updates.yml
239
239
params :
240
240
<< : *github-task-params
@@ -244,10 +244,10 @@ jobs:
244
244
- get : git-repo
245
245
- get : every-wednesday
246
246
trigger : true
247
- - get : spring-boot- ci-image
247
+ - get : ci-image
248
248
- do :
249
249
- task : detect-ubuntu-image-updates
250
- image : spring-boot- ci-image
250
+ image : ci-image
251
251
file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
252
252
params :
253
253
<< : *github-task-params
@@ -256,41 +256,41 @@ jobs:
256
256
- get : git-repo
257
257
- get : every-wednesday
258
258
trigger : true
259
- - get : spring-boot- ci-image
259
+ - get : ci-image
260
260
- do :
261
261
- task : detect-docker-updates
262
- image : spring-boot- ci-image
262
+ image : ci-image
263
263
file : git-repo/ci/tasks/detect-docker-updates.yml
264
264
params :
265
265
<< : *github-task-params
266
266
- name : build
267
267
serial : true
268
268
public : true
269
269
plan :
270
- - get : spring-boot- ci-image
270
+ - get : ci-image
271
271
- get : git-repo
272
272
trigger : true
273
273
- put : repo-status-build
274
274
params : { state: "pending", commit: "git-repo" }
275
275
- do :
276
276
- task : build-project
277
- image : spring-boot- ci-image
277
+ image : ci-image
278
278
<< : *build-project-task-params
279
279
- in_parallel :
280
280
- task : build-smoke-tests
281
- image : spring-boot- ci-image
281
+ image : ci-image
282
282
file : git-repo/ci/tasks/build-smoke-tests.yml
283
283
timeout : ((task-timeout))
284
284
params :
285
285
<< : *gradle-enterprise-task-params
286
286
- task : build-integration-tests
287
- image : spring-boot- ci-image
287
+ image : ci-image
288
288
file : git-repo/ci/tasks/build-integration-tests.yml
289
289
timeout : ((task-timeout))
290
290
params :
291
291
<< : *gradle-enterprise-task-params
292
292
- task : build-deployment-tests
293
- image : spring-boot- ci-image
293
+ image : ci-image
294
294
file : git-repo/ci/tasks/build-deployment-tests.yml
295
295
timeout : ((task-timeout))
296
296
params :
@@ -319,7 +319,7 @@ jobs:
319
319
serial : true
320
320
public : true
321
321
plan :
322
- - get : spring-boot- ci-image
322
+ - get : ci-image
323
323
- get : git-repo
324
324
resource : git-pull-request
325
325
trigger : true
@@ -330,20 +330,20 @@ jobs:
330
330
path : git-repo
331
331
status : pending
332
332
- task : build-project
333
- image : spring-boot- ci-image
333
+ image : ci-image
334
334
file : git-repo/ci/tasks/build-pr-project.yml
335
335
timeout : ((task-timeout))
336
336
- in_parallel :
337
337
- task : build-smoke-tests
338
- image : spring-boot- ci-image
338
+ image : ci-image
339
339
file : git-repo/ci/tasks/build-smoke-tests.yml
340
340
timeout : ((task-timeout))
341
341
- task : build-integration-tests
342
- image : spring-boot- ci-image
342
+ image : ci-image
343
343
file : git-repo/ci/tasks/build-integration-tests.yml
344
344
timeout : ((task-timeout))
345
345
- task : build-deployment-tests
346
- image : spring-boot- ci-image
346
+ image : ci-image
347
347
file : git-repo/ci/tasks/build-deployment-tests.yml
348
348
timeout : ((task-timeout))
349
349
on_success :
@@ -360,30 +360,30 @@ jobs:
360
360
serial : true
361
361
public : true
362
362
plan :
363
- - get : spring-boot-jdk11- ci-image
363
+ - get : ci-image-jdk11
364
364
- get : git-repo
365
365
trigger : true
366
366
- put : repo-status-jdk11-build
367
367
params : { state: "pending", commit: "git-repo" }
368
368
- do :
369
369
- task : build-project
370
- image : spring-boot-jdk11- ci-image
370
+ image : ci-image-jdk11
371
371
<< : *build-project-task-params
372
372
- in_parallel :
373
373
- task : build-smoke-tests
374
- image : spring-boot-jdk11- ci-image
374
+ image : ci-image-jdk11
375
375
file : git-repo/ci/tasks/build-smoke-tests.yml
376
376
timeout : ((task-timeout))
377
377
params :
378
378
<< : *gradle-enterprise-task-params
379
379
- task : build-integration-tests
380
- image : spring-boot-jdk11- ci-image
380
+ image : ci-image-jdk11
381
381
file : git-repo/ci/tasks/build-integration-tests.yml
382
382
timeout : ((task-timeout))
383
383
params :
384
384
<< : *gradle-enterprise-task-params
385
385
- task : build-deployment-tests
386
- image : spring-boot-jdk11- ci-image
386
+ image : ci-image-jdk11
387
387
file : git-repo/ci/tasks/build-deployment-tests.yml
388
388
timeout : ((task-timeout))
389
389
params :
@@ -404,31 +404,31 @@ jobs:
404
404
serial : true
405
405
public : true
406
406
plan :
407
- - get : spring-boot-jdk15- ci-image
407
+ - get : ci-image-jdk15
408
408
- get : git-repo
409
409
trigger : true
410
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-jdk15- ci-image
414
+ image : ci-image-jdk15
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-jdk15- ci-image
419
+ image : ci-image-jdk15
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-jdk15- ci-image
425
+ image : ci-image-jdk15
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-jdk15- ci-image
431
+ image : ci-image-jdk15
432
432
file : git-repo/ci/tasks/build-deployment-tests.yml
433
433
params :
434
434
<< : *gradle-enterprise-task-params
@@ -471,11 +471,11 @@ jobs:
471
471
- name : stage-milestone
472
472
serial : true
473
473
plan :
474
- - get : spring-boot- ci-image
474
+ - get : ci-image
475
475
- get : git-repo
476
476
trigger : false
477
477
- task : stage
478
- image : spring-boot- ci-image
478
+ image : ci-image
479
479
file : git-repo/ci/tasks/stage.yml
480
480
params :
481
481
RELEASE_TYPE : M
@@ -492,11 +492,11 @@ jobs:
492
492
- name : stage-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
- task : stage
499
- image : spring-boot- ci-image
499
+ image : ci-image
500
500
file : git-repo/ci/tasks/stage.yml
501
501
params :
502
502
RELEASE_TYPE : RC
@@ -513,11 +513,11 @@ jobs:
513
513
- name : stage-release
514
514
serial : true
515
515
plan :
516
- - get : spring-boot- ci-image
516
+ - get : ci-image
517
517
- get : git-repo
518
518
trigger : false
519
519
- task : stage
520
- image : spring-boot- ci-image
520
+ image : ci-image
521
521
file : git-repo/ci/tasks/stage.yml
522
522
params :
523
523
RELEASE_TYPE : RELEASE
@@ -534,7 +534,7 @@ jobs:
534
534
- name : promote-milestone
535
535
serial : true
536
536
plan :
537
- - get : spring-boot- ci-image
537
+ - get : ci-image
538
538
- get : git-repo
539
539
trigger : false
540
540
- get : artifactory-repo
@@ -544,7 +544,7 @@ jobs:
544
544
download_artifacts : false
545
545
save_build_info : true
546
546
- task : promote
547
- image : spring-boot- ci-image
547
+ image : ci-image
548
548
file : git-repo/ci/tasks/promote.yml
549
549
params :
550
550
RELEASE_TYPE : M
@@ -563,7 +563,7 @@ jobs:
563
563
- name : promote-rc
564
564
serial : true
565
565
plan :
566
- - get : spring-boot- ci-image
566
+ - get : ci-image
567
567
- get : git-repo
568
568
trigger : false
569
569
- get : artifactory-repo
@@ -573,7 +573,7 @@ jobs:
573
573
download_artifacts : false
574
574
save_build_info : true
575
575
- task : promote
576
- image : spring-boot- ci-image
576
+ image : ci-image
577
577
file : git-repo/ci/tasks/promote.yml
578
578
params :
579
579
RELEASE_TYPE : RC
@@ -592,7 +592,7 @@ jobs:
592
592
- name : promote-release
593
593
serial : true
594
594
plan :
595
- - get : spring-boot- ci-image
595
+ - get : ci-image
596
596
- get : git-repo
597
597
trigger : false
598
598
- get : artifactory-repo
@@ -602,7 +602,7 @@ jobs:
602
602
download_artifacts : false
603
603
save_build_info : true
604
604
- task : promote
605
- image : spring-boot- ci-image
605
+ image : ci-image
606
606
file : git-repo/ci/tasks/promote.yml
607
607
params :
608
608
RELEASE_TYPE : RELEASE
@@ -611,7 +611,7 @@ jobs:
611
611
- name : sync-to-maven-central
612
612
serial : true
613
613
plan :
614
- - get : spring-boot- ci-image
614
+ - get : ci-image
615
615
- get : git-repo
616
616
- get : artifactory-repo
617
617
trigger : true
@@ -620,7 +620,7 @@ jobs:
620
620
download_artifacts : false
621
621
save_build_info : true
622
622
- task : sync-to-maven-central
623
- image : spring-boot- ci-image
623
+ image : ci-image
624
624
file : git-repo/ci/tasks/sync-to-maven-central.yml
625
625
params :
626
626
<< : *bintray-task-params
@@ -637,11 +637,11 @@ jobs:
637
637
tag : generated-release-notes/tag
638
638
body : generated-release-notes/release-notes.md
639
639
groups :
640
- - name : " Build "
640
+ - name : " builds "
641
641
jobs : ["build", "jdk11-build", "jdk15-build", "windows-build"]
642
- - name : " Release "
642
+ - name : " releases "
643
643
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
644
- - name : " CI Images "
645
- jobs : ["build-spring-boot- ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
646
- - name : " Build Pull Requests "
644
+ - name : " ci-images "
645
+ jobs : ["build-ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
646
+ - name : " pull-requests "
647
647
jobs : ["build-pull-requests"]
0 commit comments