
Rename fixtures directory to job_fixtures to prepare for adding view_fixtures directory in the following commits. Change-Id: Ic20997cae020b542ddc22bf444fa6b92fbcae064
28 lines
1009 B
XML
28 lines
1009 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<actions/>
|
|
<description>Do not edit this job through the web!<!-- Managed by Jenkins Job Builder --></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>
|