
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
14 lines
326 B
YAML
14 lines
326 B
YAML
# https://storyboard.openstack.org/#!/story/2010711
|
|
# Bug: Wrong files adding by tag !include-raw(include-raw-escape, etc)
|
|
|
|
- job-template:
|
|
name: sample-job-1
|
|
description: sample-job-1
|
|
builders:
|
|
- shell: !include-raw-verbatim: sample_file.sh
|
|
|
|
- project:
|
|
name: sample-project-1
|
|
jobs:
|
|
- sample-job-1
|