Files
importer-labs/jenkins/bootstrap/pipelines/test_freestyle_project/config.xml
T

38 lines
1.2 KiB
XML
Raw Normal View History

<?xml version='1.1' encoding='UTF-8'?>
<project>
2022-08-04 22:45:19 +00:00
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
2022-08-05 23:20:22 +00:00
<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"/>
2022-08-05 23:20:22 +00:00
<quietPeriod>5</quietPeriod>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
2022-08-04 22:45:19 +00:00
<triggers>
<hudson.triggers.TimerTrigger>
2022-08-05 23:20:22 +00:00
<spec>H/1 * * * *</spec>
2022-08-04 22:45:19 +00:00
</hudson.triggers.TimerTrigger>
</triggers>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
2022-08-05 23:20:22 +00:00
<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>