8784d916a6
There were no tests for !include: and !include-jinja2: with a list of files. Change-Id: Id786e0306ec0279e98ac3b3cb7da62e688bcb12e
13 lines
220 B
YAML
13 lines
220 B
YAML
# Check jinja-including a list of files.
|
|
|
|
- job-template:
|
|
name: sample-job
|
|
builders:
|
|
- shell: !include-jinja2:
|
|
- jinja03.yaml.inc
|
|
|
|
- project:
|
|
name: sample-project
|
|
jobs:
|
|
- sample-job
|