summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_template003.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/project_pipeline_template003.xml')
-rw-r--r--tests/yamlparser/fixtures/project_pipeline_template003.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/yamlparser/fixtures/project_pipeline_template003.xml b/tests/yamlparser/fixtures/project_pipeline_template003.xml
index 8274d6a0..4992c5f9 100644
--- a/tests/yamlparser/fixtures/project_pipeline_template003.xml
+++ b/tests/yamlparser/fixtures/project_pipeline_template003.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>