jenkins-job-builder/tests/yamlparser/job_fixtures/general-example-001.xml

28 lines
1009 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<description>Do not edit this job through the web!&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
<disabled>false</disabled>
<displayName>Fancy job name</displayName>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>true</concurrentBuild>
<customWorkspace>/srv/build-area/job-name</customWorkspace>
<quietPeriod>5</quietPeriod>
<assignedNode>NodeLabel1 || NodeLabel2</assignedNode>
<canRoam>false</canRoam>
<scmCheckoutRetryCount>3</scmCheckoutRetryCount>
<logRotator>
<daysToKeep>3</daysToKeep>
<numToKeep>20</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>
<properties/>
<scm class="hudson.scm.NullSCM"/>
<builders/>
<publishers/>
<buildWrappers/>
</project>