62 lines
2.3 KiB
XML
62 lines
2.3 KiB
XML
<?xml version='1.1' encoding='UTF-8'?>
|
|
<project>
|
|
<actions/>
|
|
<description></description>
|
|
<keepDependencies>false</keepDependencies>
|
|
<properties/>
|
|
<scm class="hudson.scm.NullSCM"/>
|
|
<quietPeriod>5</quietPeriod>
|
|
<assignedNode>DemoRunner</assignedNode>
|
|
<canRoam>false</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 "hello valet!"
|
|
sleep 70</command>
|
|
<configuredLocalRules/>
|
|
</hudson.tasks.Shell>
|
|
<hudson.tasks.Shell>
|
|
<command>echo "I hope you are enjoying this lab"</command>
|
|
<configuredLocalRules/>
|
|
</hudson.tasks.Shell>
|
|
</builders>
|
|
<publishers>
|
|
<hudson.plugins.git.GitPublisher plugin="[email protected]">
|
|
<configVersion>2</configVersion>
|
|
<pushMerge>false</pushMerge>
|
|
<pushOnlyIfSuccess>false</pushOnlyIfSuccess>
|
|
<forcePush>false</forcePush>
|
|
<tagsToPush>
|
|
<hudson.plugins.git.GitPublisher_-TagToPush>
|
|
<tagName>this-important-tag</tagName>
|
|
<tagMessage></tagMessage>
|
|
<createTag>false</createTag>
|
|
<updateTag>false</updateTag>
|
|
</hudson.plugins.git.GitPublisher_-TagToPush>
|
|
</tagsToPush>
|
|
</hudson.plugins.git.GitPublisher>
|
|
<hudson.tasks.Mailer plugin="[email protected]_5c7">
|
|
<recipients>[email protected]</recipients>
|
|
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
|
|
<sendToIndividuals>true</sendToIndividuals>
|
|
</hudson.tasks.Mailer>
|
|
</publishers>
|
|
<buildWrappers>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper plugin="[email protected]_4b_122e6">
|
|
<bindings>
|
|
<org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
|
|
<credentialsId>${expression}</credentialsId>
|
|
<variable>first-var</variable>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
|
|
</bindings>
|
|
</org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper>
|
|
</buildWrappers>
|
|
</project> |