jenkins-job-builder/tests/yamlparser/job_fixtures/deprecated-include-raw-escaped001.yaml
Vsevolod Fedorov 3cf741985f Use 'warnings' module for tag deprecation. Improve tests
Change-Id: Iae70789ba5948eb1ea259b6456dd0ba262c4eee3
2024-02-07 14:22:54 +03:00

14 lines
348 B
YAML

- job-template:
name: test-job-include-raw-{num}
builders:
- shell:
!include-raw-escape deprecated-include-raw-escaped001.hello-world.sh
- shell:
!include-raw-escape deprecated-include-raw-escaped001.vars.sh
- project:
name: test-job-template-1
num: 1
jobs:
- 'test-job-include-raw-{num}'