Files
importer-labs/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml
T
2022-08-08 22:13:41 +00:00

38 lines
1.2 KiB
XML

<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<jenkins.branch.RateLimitBranchProperty_-JobPropertyImpl plugin="[email protected]_37783ecc5">
<durationName>second</durationName>
<count>1</count>
<userBoost>false</userBoost>
</jenkins.branch.RateLimitBranchProperty_-JobPropertyImpl>
</properties>
<scm class="hudson.scm.NullSCM"/>
<quietPeriod>5</quietPeriod>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers>
<hudson.triggers.TimerTrigger>
<spec>H/1 * * * *</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>echo &quot;hello valet!&quot;
sleep 70</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>echo &quot;I hope you are enjoying this lab&quot;</command>
<configuredLocalRules/>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
</project>