34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!-- A test job config for test-jenkins-api.py -->
|
||
|
<project>
|
||
|
<actions/>
|
||
|
<description></description>
|
||
|
<keepDependencies>false</keepDependencies>
|
||
|
<properties>
|
||
|
<hudson.model.ParametersDefinitionProperty>
|
||
|
<parameterDefinitions>
|
||
|
<hudson.model.StringParameterDefinition>
|
||
|
<name>UUID</name>
|
||
|
<description></description>
|
||
|
<defaultValue></defaultValue>
|
||
|
</hudson.model.StringParameterDefinition>
|
||
|
</parameterDefinitions>
|
||
|
</hudson.model.ParametersDefinitionProperty>
|
||
|
</properties>
|
||
|
<quietPeriod>%s</quietPeriod>
|
||
|
<canRoam>true</canRoam>
|
||
|
<disabled>false</disabled>
|
||
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
||
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
||
|
<triggers class="vector"/>
|
||
|
<concurrentBuild>true</concurrentBuild>
|
||
|
<builders>
|
||
|
<hudson.tasks.Shell>
|
||
|
<command>sleep 30
|
||
|
</command>
|
||
|
</hudson.tasks.Shell>
|
||
|
</builders>
|
||
|
<publishers/>
|
||
|
<buildWrappers/>
|
||
|
</project>
|