jenkins-job-builder/tests/yamlparser/job_fixtures/jinja-yaml-macro-body.yaml
Vsevolod Fedorov a701920d7b STORY: 2010534 Fix bug: j2-yaml is not allowed inside macro body
Change-Id: I24916df5f0592a5ea8197e7f372bd37fdba3a461
2023-02-28 20:16:57 +03:00

18 lines
318 B
YAML

- builder:
name: sample-macro
builders:
!j2-yaml: |
# Check that inner elements are expanded, but only once.
- shell: !j2: |
echo ${var}
- job-template:
name: sample-job
builders:
- sample-macro
- project:
name: sample-project
jobs:
- sample-job