@@ -12,12 +12,13 @@ anchors:
12
12
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
13
13
GRADLE_ENTERPRISE_CACHE_USERNAME : ((gradle_enterprise_cache_user.username))
14
14
GRADLE_ENTERPRISE_CACHE_PASSWORD : ((gradle_enterprise_cache_user.password))
15
+ BRANCH : ((branch))
16
+ CI : true
15
17
build-project-task-params : &build-project-task-params
16
18
privileged : true
17
19
timeout : ((task-timeout))
18
20
file : git-repo/ci/tasks/build-project.yml
19
21
params :
20
- BRANCH : ((branch))
21
22
<< : *gradle-enterprise-task-params
22
23
github-task-params : &github-task-params
23
24
GITHUB_REPO : spring-boot
@@ -253,21 +254,18 @@ jobs:
253
254
file : git-repo/ci/tasks/build-samples.yml
254
255
timeout : ((task-timeout))
255
256
params :
256
- BRANCH : ((branch))
257
257
<< : *gradle-enterprise-task-params
258
258
- task : build-integration-tests
259
259
image : spring-boot-ci-image
260
260
file : git-repo/ci/tasks/build-integration-tests.yml
261
261
timeout : ((task-timeout))
262
262
params :
263
- BRANCH : ((branch))
264
263
<< : *gradle-enterprise-task-params
265
264
- task : build-deployment-tests
266
265
image : spring-boot-ci-image
267
266
file : git-repo/ci/tasks/build-deployment-tests.yml
268
267
timeout : ((task-timeout))
269
268
params :
270
- BRANCH : ((branch))
271
269
<< : *gradle-enterprise-task-params
272
270
on_failure :
273
271
do :
@@ -349,21 +347,18 @@ jobs:
349
347
file : git-repo/ci/tasks/build-samples.yml
350
348
timeout : ((task-timeout))
351
349
params :
352
- BRANCH : ((branch))
353
350
<< : *gradle-enterprise-task-params
354
351
- task : build-integration-tests
355
352
image : spring-boot-jdk11-ci-image
356
353
file : git-repo/ci/tasks/build-integration-tests.yml
357
354
timeout : ((task-timeout))
358
355
params :
359
- BRANCH : ((branch))
360
356
<< : *gradle-enterprise-task-params
361
357
- task : build-deployment-tests
362
358
image : spring-boot-jdk11-ci-image
363
359
file : git-repo/ci/tasks/build-deployment-tests.yml
364
360
timeout : ((task-timeout))
365
361
params :
366
- BRANCH : ((branch))
367
362
<< : *gradle-enterprise-task-params
368
363
on_failure :
369
364
do :
@@ -392,7 +387,6 @@ jobs:
392
387
- WIN64
393
388
timeout : ((task-timeout))
394
389
params :
395
- BRANCH : ((branch))
396
390
<< : *gradle-enterprise-task-params
397
391
on_failure :
398
392
do :
@@ -414,6 +408,8 @@ jobs:
414
408
params :
415
409
RELEASE_TYPE : M
416
410
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
411
+ BRANCH : ((branch))
412
+ CI : true
417
413
- put : artifactory-repo
418
414
params :
419
415
<< : *artifactory-repo-put-params
@@ -433,6 +429,8 @@ jobs:
433
429
params :
434
430
RELEASE_TYPE : RC
435
431
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
432
+ BRANCH : ((branch))
433
+ CI : true
436
434
- put : artifactory-repo
437
435
params :
438
436
<< : *artifactory-repo-put-params
@@ -452,6 +450,8 @@ jobs:
452
450
params :
453
451
RELEASE_TYPE : RELEASE
454
452
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
453
+ BRANCH : ((branch))
454
+ CI : true
455
455
- put : artifactory-repo
456
456
params :
457
457
<< : *artifactory-repo-put-params
0 commit comments