jenkins-job-builder/tests/yamlparser/job_fixtures/jinja04-list.yaml
Vsevolod Fedorov 8784d916a6 Tests: Add tests for including a list of files
There were no tests for !include: and !include-jinja2: with a list of
files.

Change-Id: Id786e0306ec0279e98ac3b3cb7da62e688bcb12e
2023-02-13 11:28:42 +03:00

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