jenkins-job-builder/tests/yamlparser/fixtures/jinja-string02.yaml

5 lines
108 B
YAML

- job:
name: test-job
builders:
- shell: !j2: "{% for x in [1, 2, 3] %}{{ x }}{% endfor %}"