jenkins-job-builder/tests/yamlparser/job_fixtures/regression-2010428.xml
Vsevolod Fedorov b2ef49cd9f Tests: Add regression tests for stories fixed by parser rewrite
Change-Id: I0e6ac97c4c97a762cc7483393d6f85af4e902aa7
2023-02-28 20:16:57 +03:00

14 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flow-definition plugin="workflow-job">
<definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin="workflow-cps">
<script>some builder</script>
<sandbox>false</sandbox>
</definition>
<actions/>
<description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
<properties>
<org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/>
</properties>
</flow-definition>