summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_concurrent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yamlparser/fixtures/project_pipeline_concurrent.xml')
-rw-r--r--tests/yamlparser/fixtures/project_pipeline_concurrent.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/yamlparser/fixtures/project_pipeline_concurrent.xml b/tests/yamlparser/fixtures/project_pipeline_concurrent.xml
new file mode 100644
index 00000000..d94b5b7f
--- /dev/null
+++ b/tests/yamlparser/fixtures/project_pipeline_concurrent.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<flow-definition plugin="workflow-job">
+ <definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin="workflow-cps">
+ <script>build job: &quot;job1&quot;
+</script>
+ <sandbox>false</sandbox>
+ </definition>
+ <actions/>
+ <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
+ <keepDependencies>false</keepDependencies>
+ <properties/>
+</flow-definition>