Advertisement
connaryscott

helloworldJobConfigXml

Apr 10th, 2011
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1. <project>
  2.    <actions/>
  3.    <description/>
  4.    <keepDependencies>false</keepDependencies>
  5.    <properties/>
  6.    <scm class='hudson.scm.NullSCM'/>
  7.    <assignedNode>centos-54-64-vm4.local</assignedNode>
  8.    <canRoam>false</canRoam>
  9.    <disabled>false</disabled>
  10.    <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  11.    <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  12.    <triggers class='vector'/>
  13.    <concurrentBuild>false</concurrentBuild>
  14.    <builders>
  15.       <hudson.tasks.Shell>
  16.          <command>echo helloworld job executes and sleeps for 30 seconds to mock job run</command>
  17.       </hudson.tasks.Shell>
  18.    </builders>
  19.    <publishers/>
  20.    <buildWrappers/>
  21. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement