@@ -17,6 +17,7 @@ anchors:
17
17
timeout : ((task-timeout))
18
18
file : git-repo/ci/tasks/build-project.yml
19
19
params :
20
+ BRANCH : ((branch))
20
21
<< : *gradle-enterprise-task-params
21
22
github-task-params : &github-task-params
22
23
GITHUB_REPO : spring-boot
@@ -252,18 +253,21 @@ jobs:
252
253
file : git-repo/ci/tasks/build-samples.yml
253
254
timeout : ((task-timeout))
254
255
params :
256
+ BRANCH : ((branch))
255
257
<< : *gradle-enterprise-task-params
256
258
- task : build-integration-tests
257
259
image : spring-boot-ci-image
258
260
file : git-repo/ci/tasks/build-integration-tests.yml
259
261
timeout : ((task-timeout))
260
262
params :
263
+ BRANCH : ((branch))
261
264
<< : *gradle-enterprise-task-params
262
265
- task : build-deployment-tests
263
266
image : spring-boot-ci-image
264
267
file : git-repo/ci/tasks/build-deployment-tests.yml
265
268
timeout : ((task-timeout))
266
269
params :
270
+ BRANCH : ((branch))
267
271
<< : *gradle-enterprise-task-params
268
272
on_failure :
269
273
do :
@@ -345,18 +349,21 @@ jobs:
345
349
file : git-repo/ci/tasks/build-samples.yml
346
350
timeout : ((task-timeout))
347
351
params :
352
+ BRANCH : ((branch))
348
353
<< : *gradle-enterprise-task-params
349
354
- task : build-integration-tests
350
355
image : spring-boot-jdk11-ci-image
351
356
file : git-repo/ci/tasks/build-integration-tests.yml
352
357
timeout : ((task-timeout))
353
358
params :
359
+ BRANCH : ((branch))
354
360
<< : *gradle-enterprise-task-params
355
361
- task : build-deployment-tests
356
362
image : spring-boot-jdk11-ci-image
357
363
file : git-repo/ci/tasks/build-deployment-tests.yml
358
364
timeout : ((task-timeout))
359
365
params :
366
+ BRANCH : ((branch))
360
367
<< : *gradle-enterprise-task-params
361
368
on_failure :
362
369
do :
@@ -385,6 +392,7 @@ jobs:
385
392
- WIN64
386
393
timeout : ((task-timeout))
387
394
params :
395
+ BRANCH : ((branch))
388
396
<< : *gradle-enterprise-task-params
389
397
on_failure :
390
398
do :
0 commit comments