e7690d9481
Add variants of the include-raw* tags, which accept a list of files. Those files are concatenated and included as a string data into the calling yaml construct. Change-Id: I6af87a298268acc8a73d7a2b50f9f99733d8723a
14 lines
298 B
YAML
14 lines
298 B
YAML
- template-job:
|
|
name: test-job-include-raw-{num}
|
|
builders:
|
|
- shell:
|
|
!include-raw-escape:
|
|
- include-raw001-hello-world.sh
|
|
- include-raw001-vars.sh
|
|
|
|
- project:
|
|
name: test-job-template-1
|
|
num: 1
|
|
jobs:
|
|
- 'test-job-include-raw-{num}'
|