summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_template002.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/project_pipeline_template002.xml')
-rw-r--r--tests/yamlparser/fixtures/project_pipeline_template002.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/yamlparser/fixtures/project_pipeline_template002.xml b/tests/yamlparser/fixtures/project_pipeline_template002.xml
index f92286df..82b941f0 100644
--- a/tests/yamlparser/fixtures/project_pipeline_template002.xml
+++ b/tests/yamlparser/fixtures/project_pipeline_template002.xml
@@ -14,12 +14,7 @@ parallel [
<actions/>
<description>&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/>
- <buildWrappers/>
+ <properties>
+ <org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>
+ </properties>
</flow-definition>