jenkins-job-builder/tests/yamlparser/job_fixtures/regression-2007227.yaml
Vsevolod Fedorov 36b9d8bfca Add tags: '!include-raw-verbatim:' and '!include-raw-expand:'
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
2024-02-07 14:22:54 +03:00

19 lines
446 B
YAML

# https://storyboard.openstack.org/#!/story/2007227
# with Python 3 there is TypeError when !include-raw-expand: with property replacement is used in defaults
- defaults:
name: 'test-defaults'
prop: 'regression-2007227.description'
description: !include-raw-expand:
- '{prop}.html'
- project:
name: 'test-project'
jobs:
- 'test-job'
- job-template:
id: 'test-job'
name: '{id}'
defaults: 'test-defaults'