summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/jinja-string02.yaml
blob: e487ac8be5575ebfdde7cfbe132c417fefdae244 (plain)
1
2
3
4
- job:
    name: test-job
    builders:
        - shell: !j2: "{% for x in [1, 2, 3] %}{{ x }}{% endfor %}"