jenkins-job-builder/tests/yamlparser/job_fixtures/project_pipeline_template004.xml
Vsevolod Fedorov 6b92807cd7 Tests: Rename yamlparser tests and fixture directories
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures
directory in the following commits.

Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
2023-01-26 11:06:23 +03:00

23 lines
869 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flow-definition plugin="workflow-job">
<definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps">
<sandbox>true</sandbox>
<scm class="hudson.plugins.mercurial.MercurialSCM">
<source>http://hg.example.org/test_job</source>
<revisionType>BRANCH</revisionType>
<revision>default</revision>
<clean>true</clean>
<modules/>
<disableChangeLog>false</disableChangeLog>
</scm>
<scriptPath>Jenkinsfile.groovy</scriptPath>
<lightweight>true</lightweight>
</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>