summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_template005.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/project_pipeline_template005.xml')
-rw-r--r--tests/yamlparser/fixtures/project_pipeline_template005.xml38
1 files changed, 8 insertions, 30 deletions
diff --git a/tests/yamlparser/fixtures/project_pipeline_template005.xml b/tests/yamlparser/fixtures/project_pipeline_template005.xml
index 7bafcbfe..65940209 100644
--- a/tests/yamlparser/fixtures/project_pipeline_template005.xml
+++ b/tests/yamlparser/fixtures/project_pipeline_template005.xml
@@ -13,22 +13,11 @@
<scriptPath>Jenkinsfile</scriptPath>
</definition>
<actions/>
- <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <description>maintainer: qa@example.org&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
- <concurrentBuild>false</concurrentBuild>
- <canRoam>true</canRoam>
- <properties/>
- <scm class="hudson.scm.NullSCM"/>
- <publishers>
- <hudson.tasks.Mailer plugin="mailer">
- <recipients>qa@example.org</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers/>
+ <properties>
+ <org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>
+ </properties>
</flow-definition>
<BLANKLINE>
<?xml version="1.0" encoding="utf-8"?>
@@ -46,20 +35,9 @@
<scriptPath>Jenkinsfile</scriptPath>
</definition>
<actions/>
- <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <description>maintainer: dev@example.org&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
- <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
- <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
- <concurrentBuild>false</concurrentBuild>
- <canRoam>true</canRoam>
- <properties/>
- <scm class="hudson.scm.NullSCM"/>
- <publishers>
- <hudson.tasks.Mailer plugin="mailer">
- <recipients>dev@example.org</recipients>
- <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
- <sendToIndividuals>false</sendToIndividuals>
- </hudson.tasks.Mailer>
- </publishers>
- <buildWrappers/>
+ <properties>
+ <org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>
+ </properties>
</flow-definition>