summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/complete001.xml
diff options
context:
space:
mode:
authorJan Hruban <jan.hruban@gooddata.com>2016-12-09 16:51:03 +0100
committerJan Hruban <jan.hruban@gooddata.com>2018-01-16 16:00:46 +0100
commit28cab53d5d78438949b1ca14b50d0ea99377eed9 (patch)
tree6e038d1cd4a6a1ed4e3e8a76c52035d7a122aa13 /tests/yamlparser/fixtures/complete001.xml
parentcc200dade01d32e53537b2071403de8538fd5344 (diff)
downloadpython-jenkins-job-builder-28cab53d5d78438949b1ca14b50d0ea99377eed9.tar.gz
python-jenkins-job-builder-28cab53d5d78438949b1ca14b50d0ea99377eed9.tar.xz
python-jenkins-job-builder-28cab53d5d78438949b1ca14b50d0ea99377eed9.zip
Allow template-name in the global defaults
Inject the template-name into parameters earlier, so it's possible to use it in the global defaults. Mark the template name as 'verbatim' so the interpolation is skipped by the formatter. Change-Id: I5d98e32ed2bedaa6b536e61fbdec589f358f861f
Diffstat (limited to 'tests/yamlparser/fixtures/complete001.xml')
-rw-r--r--tests/yamlparser/fixtures/complete001.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/yamlparser/fixtures/complete001.xml b/tests/yamlparser/fixtures/complete001.xml
index c34f622f..40fee172 100644
--- a/tests/yamlparser/fixtures/complete001.xml
+++ b/tests/yamlparser/fixtures/complete001.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
- <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <description>JJB template: complete001_{version}
+&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>