@@ -127,18 +127,18 @@ resources:
127
127
uri : ((github-repo))
128
128
branch : ((branch))
129
129
paths : ["ci/images/*"]
130
- - name : spring-boot- ci-image
130
+ - name : ci-image
131
131
type : docker-image
132
132
icon : docker
133
133
source :
134
134
<< : *docker-resource-source
135
- repository : ((docker-hub-organization))/spring-boot- ci-image
136
- - name : spring-boot-jdk11- ci-image
135
+ repository : ((docker-hub-organization))/(( ci-image-name))
136
+ - name : ci-image-jdk11
137
137
type : docker-image
138
138
icon : docker
139
139
source :
140
140
<< : *docker-resource-source
141
- repository : ((docker-hub-organization))/spring-boot-jdk11- ci-image
141
+ repository : ((docker-hub-organization))/(( ci-image-name))-jdk11
142
142
- name : artifactory-repo
143
143
type : artifactory-resource
144
144
icon : package-variant
@@ -179,34 +179,34 @@ resources:
179
179
icon : clock-outline
180
180
source : { interval: "24h" }
181
181
jobs :
182
- - name : build-spring-boot- ci-images
182
+ - name : build-ci-images
183
183
plan :
184
184
- get : ci-images-git-repo
185
185
trigger : true
186
186
- in_parallel :
187
- - put : spring-boot- ci-image
187
+ - put : ci-image
188
188
params :
189
189
build : ci-images-git-repo/ci/images
190
- dockerfile : ci-images-git-repo/ci/images/spring-boot- ci-image/Dockerfile
191
- - put : spring-boot-jdk11- ci-image
190
+ dockerfile : ci-images-git-repo/ci/images/ci-image/Dockerfile
191
+ - put : ci-image-jdk11
192
192
params :
193
193
build : ci-images-git-repo/ci/images
194
- dockerfile : ci-images-git-repo/ci/images/spring-boot-jdk11- ci-image/Dockerfile
194
+ dockerfile : ci-images-git-repo/ci/images/ci-image-jdk11 /Dockerfile
195
195
- name : detect-jdk-updates
196
196
plan :
197
197
- get : git-repo
198
198
- get : every-wednesday
199
199
trigger : true
200
- - get : spring-boot- ci-image
200
+ - get : ci-image
201
201
- in_parallel :
202
202
- task : detect-jdk8-update
203
- image : spring-boot- ci-image
203
+ image : ci-image
204
204
file : git-repo/ci/tasks/detect-jdk-updates.yml
205
205
params :
206
206
<< : *github-task-params
207
207
JDK_VERSION : java8
208
208
- task : detect-jdk11-update
209
- image : spring-boot- ci-image
209
+ image : ci-image
210
210
file : git-repo/ci/tasks/detect-jdk-updates.yml
211
211
params :
212
212
<< : *github-task-params
@@ -216,10 +216,10 @@ jobs:
216
216
- get : git-repo
217
217
- get : every-wednesday
218
218
trigger : true
219
- - get : spring-boot- ci-image
219
+ - get : ci-image
220
220
- do :
221
221
- task : detect-ubuntu-image-updates
222
- image : spring-boot- ci-image
222
+ image : ci-image
223
223
file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
224
224
params :
225
225
<< : *github-task-params
@@ -228,41 +228,41 @@ jobs:
228
228
- get : git-repo
229
229
- get : every-wednesday
230
230
trigger : true
231
- - get : spring-boot- ci-image
231
+ - get : ci-image
232
232
- do :
233
233
- task : detect-docker-updates
234
- image : spring-boot- ci-image
234
+ image : ci-image
235
235
file : git-repo/ci/tasks/detect-docker-updates.yml
236
236
params :
237
237
<< : *github-task-params
238
238
- name : build
239
239
serial : true
240
240
public : true
241
241
plan :
242
- - get : spring-boot- ci-image
242
+ - get : ci-image
243
243
- get : git-repo
244
244
trigger : true
245
245
- put : repo-status-build
246
246
params : { state: "pending", commit: "git-repo" }
247
247
- do :
248
248
- task : build-project
249
- image : spring-boot- ci-image
249
+ image : ci-image
250
250
<< : *build-project-task-params
251
251
- in_parallel :
252
252
- task : build-samples
253
- image : spring-boot- ci-image
253
+ image : ci-image
254
254
file : git-repo/ci/tasks/build-samples.yml
255
255
timeout : ((task-timeout))
256
256
params :
257
257
<< : *gradle-enterprise-task-params
258
258
- task : build-integration-tests
259
- image : spring-boot- ci-image
259
+ image : ci-image
260
260
file : git-repo/ci/tasks/build-integration-tests.yml
261
261
timeout : ((task-timeout))
262
262
params :
263
263
<< : *gradle-enterprise-task-params
264
264
- task : build-deployment-tests
265
- image : spring-boot- ci-image
265
+ image : ci-image
266
266
file : git-repo/ci/tasks/build-deployment-tests.yml
267
267
timeout : ((task-timeout))
268
268
params :
@@ -291,7 +291,7 @@ jobs:
291
291
serial : true
292
292
public : true
293
293
plan :
294
- - get : spring-boot- ci-image
294
+ - get : ci-image
295
295
- get : git-repo
296
296
resource : git-pull-request
297
297
trigger : true
@@ -302,20 +302,20 @@ jobs:
302
302
path : git-repo
303
303
status : pending
304
304
- task : build-project
305
- image : spring-boot- ci-image
305
+ image : ci-image
306
306
file : git-repo/ci/tasks/build-pr-project.yml
307
307
timeout : ((task-timeout))
308
308
- in_parallel :
309
309
- task : build-samples
310
- image : spring-boot- ci-image
310
+ image : ci-image
311
311
file : git-repo/ci/tasks/build-samples.yml
312
312
timeout : ((task-timeout))
313
313
- task : build-integration-tests
314
- image : spring-boot- ci-image
314
+ image : ci-image
315
315
file : git-repo/ci/tasks/build-integration-tests.yml
316
316
timeout : ((task-timeout))
317
317
- task : build-deployment-tests
318
- image : spring-boot- ci-image
318
+ image : ci-image
319
319
file : git-repo/ci/tasks/build-deployment-tests.yml
320
320
timeout : ((task-timeout))
321
321
on_success :
@@ -332,30 +332,30 @@ 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
- in_parallel :
345
345
- task : build-samples
346
- image : spring-boot-jdk11- ci-image
346
+ image : ci-image-jdk11
347
347
file : git-repo/ci/tasks/build-samples.yml
348
348
timeout : ((task-timeout))
349
349
params :
350
350
<< : *gradle-enterprise-task-params
351
351
- task : build-integration-tests
352
- image : spring-boot-jdk11- ci-image
352
+ image : ci-image-jdk11
353
353
file : git-repo/ci/tasks/build-integration-tests.yml
354
354
timeout : ((task-timeout))
355
355
params :
356
356
<< : *gradle-enterprise-task-params
357
357
- task : build-deployment-tests
358
- image : spring-boot-jdk11- ci-image
358
+ image : ci-image-jdk11
359
359
file : git-repo/ci/tasks/build-deployment-tests.yml
360
360
timeout : ((task-timeout))
361
361
params :
@@ -399,11 +399,11 @@ jobs:
399
399
- name : stage-milestone
400
400
serial : true
401
401
plan :
402
- - get : spring-boot- ci-image
402
+ - get : ci-image
403
403
- get : git-repo
404
404
trigger : false
405
405
- task : stage
406
- image : spring-boot- ci-image
406
+ image : ci-image
407
407
file : git-repo/ci/tasks/stage.yml
408
408
params :
409
409
RELEASE_TYPE : M
@@ -420,11 +420,11 @@ jobs:
420
420
- name : stage-rc
421
421
serial : true
422
422
plan :
423
- - get : spring-boot- ci-image
423
+ - get : ci-image
424
424
- get : git-repo
425
425
trigger : false
426
426
- task : stage
427
- image : spring-boot- ci-image
427
+ image : ci-image
428
428
file : git-repo/ci/tasks/stage.yml
429
429
params :
430
430
RELEASE_TYPE : RC
@@ -441,11 +441,11 @@ jobs:
441
441
- name : stage-release
442
442
serial : true
443
443
plan :
444
- - get : spring-boot- ci-image
444
+ - get : ci-image
445
445
- get : git-repo
446
446
trigger : false
447
447
- task : stage
448
- image : spring-boot- ci-image
448
+ image : ci-image
449
449
file : git-repo/ci/tasks/stage.yml
450
450
params :
451
451
RELEASE_TYPE : RELEASE
@@ -462,7 +462,7 @@ jobs:
462
462
- name : promote-milestone
463
463
serial : true
464
464
plan :
465
- - get : spring-boot- ci-image
465
+ - get : ci-image
466
466
- get : git-repo
467
467
trigger : false
468
468
- get : artifactory-repo
@@ -472,7 +472,7 @@ jobs:
472
472
download_artifacts : false
473
473
save_build_info : true
474
474
- task : promote
475
- image : spring-boot- ci-image
475
+ image : ci-image
476
476
file : git-repo/ci/tasks/promote.yml
477
477
params :
478
478
RELEASE_TYPE : M
@@ -491,7 +491,7 @@ jobs:
491
491
- name : promote-rc
492
492
serial : true
493
493
plan :
494
- - get : spring-boot- ci-image
494
+ - get : ci-image
495
495
- get : git-repo
496
496
trigger : false
497
497
- get : artifactory-repo
@@ -501,7 +501,7 @@ jobs:
501
501
download_artifacts : false
502
502
save_build_info : true
503
503
- task : promote
504
- image : spring-boot- ci-image
504
+ image : ci-image
505
505
file : git-repo/ci/tasks/promote.yml
506
506
params :
507
507
RELEASE_TYPE : RC
@@ -520,7 +520,7 @@ jobs:
520
520
- name : promote-release
521
521
serial : true
522
522
plan :
523
- - get : spring-boot- ci-image
523
+ - get : ci-image
524
524
- get : git-repo
525
525
trigger : false
526
526
- get : artifactory-repo
@@ -530,7 +530,7 @@ jobs:
530
530
download_artifacts : false
531
531
save_build_info : true
532
532
- task : promote
533
- image : spring-boot- ci-image
533
+ image : ci-image
534
534
file : git-repo/ci/tasks/promote.yml
535
535
params :
536
536
RELEASE_TYPE : RELEASE
@@ -539,7 +539,7 @@ jobs:
539
539
- name : sync-to-maven-central
540
540
serial : true
541
541
plan :
542
- - get : spring-boot- ci-image
542
+ - get : ci-image
543
543
- get : git-repo
544
544
- get : artifactory-repo
545
545
trigger : true
@@ -548,7 +548,7 @@ jobs:
548
548
download_artifacts : false
549
549
save_build_info : true
550
550
- task : sync-to-maven-central
551
- image : spring-boot- ci-image
551
+ image : ci-image
552
552
file : git-repo/ci/tasks/sync-to-maven-central.yml
553
553
params :
554
554
<< : *bintray-task-params
@@ -565,11 +565,11 @@ jobs:
565
565
tag : generated-release-notes/tag
566
566
body : generated-release-notes/release-notes.md
567
567
groups :
568
- - name : " Build "
568
+ - name : " builds "
569
569
jobs : ["build", "jdk11-build", "windows-build"]
570
- - name : " Release "
570
+ - name : " releases "
571
571
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
572
- - name : " CI Images "
573
- jobs : ["build-spring-boot- ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
574
- - name : " Build Pull Requests "
572
+ - name : " ci-images "
573
+ jobs : ["build-ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
574
+ - name : " pull-requests "
575
575
jobs : ["build-pull-requests"]
0 commit comments