summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/project_pipeline_concurrent.xml
blob: d94b5b7f85537869d5ba23ddea34ed66dff9d992 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>