
Use '!include-raw-expand:' instead of '!include-raw:' and '!include-raw-verbatim:' instead of '!include-raw-escape:'. Tags '!include-raw:' and '!include-raw-escape:' are now deprecated. Change-Id: I3cc5ab9f73d03de1ba09cbc4568366a3bb464a08
9 lines
289 B
YAML
9 lines
289 B
YAML
# Using !include-raw-verbatim: inside job works the same way as inside job template.
|
|
- job:
|
|
name: test-include-raw-verbatim-job
|
|
builders:
|
|
- shell:
|
|
!include-raw-verbatim: include-raw-hello-world.sh
|
|
- shell:
|
|
!include-raw-verbatim: include-raw-vars.sh
|