@@ -276,7 +276,11 @@ jobs:
276
276
params : { state: "failure", commit: "git-repo" }
277
277
- put : slack-alert
278
278
params :
279
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
279
+ text : >
280
+ :concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
281
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
282
+ [<$TEXT_FILE_CONTENT|build scan>]
283
+ text_file : git-repo/build/build-scan-uri.txt
280
284
silent : true
281
285
icon_emoji : " :concourse:"
282
286
username : concourse-ci
@@ -302,13 +306,19 @@ jobs:
302
306
do :
303
307
- put : slack-alert
304
308
params :
305
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
309
+ text : >
310
+ :concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
311
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
306
312
silent : true
307
313
icon_emoji : " :concourse:"
308
314
username : concourse-ci
309
315
- put : slack-alert
310
316
params :
311
- text : " :concourse-succeeded: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!>"
317
+ text : >
318
+ :concourse-succeeded: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!
319
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
320
+ [<$TEXT_FILE_CONTENT|build scan>]
321
+ text_file : git-repo/build/build-scan-uri.txt
312
322
silent : true
313
323
icon_emoji : " :concourse:"
314
324
username : concourse-ci
@@ -366,15 +376,23 @@ jobs:
366
376
params : { state: "failure", commit: "git-repo" }
367
377
- put : slack-alert
368
378
params :
369
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
379
+ text : >
380
+ :concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
381
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
382
+ [<$TEXT_FILE_CONTENT|build scan>]
383
+ text_file : git-repo/build/build-scan-uri.txt
370
384
silent : true
371
385
icon_emoji : " :concourse:"
372
386
username : concourse-ci
373
387
- put : repo-status-jdk11-build
374
388
params : { state: "success", commit: "git-repo" }
375
389
- put : slack-alert
376
390
params :
377
- text : " :concourse-succeeded: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!>"
391
+ text : >
392
+ :concourse-succeeded: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!
393
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
394
+ [<$TEXT_FILE_CONTENT|build scan>]
395
+ text_file : git-repo/build/build-scan-uri.txt
378
396
silent : true
379
397
icon_emoji : " :concourse:"
380
398
username : concourse-ci
@@ -404,15 +422,23 @@ jobs:
404
422
params : { state: "failure", commit: "git-repo" }
405
423
- put : slack-alert
406
424
params :
407
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
425
+ text : >
426
+ :concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
427
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
428
+ [<$TEXT_FILE_CONTENT|build scan>]
429
+ text_file : git-repo/build/build-scan-uri.txt
408
430
silent : true
409
431
icon_emoji : " :concourse:"
410
432
username : concourse-ci
411
433
- put : repo-status-jdk14-build
412
434
params : { state: "success", commit: "git-repo" }
413
435
- put : slack-alert
414
436
params :
415
- text : " :concourse-succeeded: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!>"
437
+ text : >
438
+ :concourse-succeeded: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!
439
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
440
+ [<$TEXT_FILE_CONTENT|build scan>]
441
+ text_file : git-repo/build/build-scan-uri.txt
416
442
silent : true
417
443
icon_emoji : " :concourse:"
418
444
username : concourse-ci
@@ -439,13 +465,21 @@ jobs:
439
465
do :
440
466
- put : slack-alert
441
467
params :
442
- text : " :concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>"
468
+ text : >
469
+ :concourse-failed: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!
470
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
471
+ [<$TEXT_FILE_CONTENT|build scan>]
472
+ text_file : git-repo/build/build-scan-uri.txt
443
473
silent : true
444
474
icon_emoji : " :concourse:"
445
475
username : concourse-ci
446
476
- put : slack-alert
447
477
params :
448
- text : " :concourse-succeeded: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!>"
478
+ text : >
479
+ :concourse-succeeded: ${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} was successful!
480
+ [<https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|build log>]
481
+ [<$TEXT_FILE_CONTENT|build scan>]
482
+ text_file : git-repo/build/build-scan-uri.txt
449
483
silent : true
450
484
icon_emoji : " :concourse:"
451
485
username : concourse-ci
0 commit comments