Skip to content

Instantly share code, notes, and snippets.

@dabrahams
Created July 22, 2010 20:11
Show Gist options
  • Save dabrahams/486522 to your computer and use it in GitHub Desktop.
Save dabrahams/486522 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8'?>
<matrix-project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty>
<projectUrl>http://github.com/ryppl/ryppl/</projectUrl>
</com.coravy.hudson.plugins.github.GithubProjectProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM">
<configVersion>1</configVersion>
<remoteRepositories>
<org.spearce.jgit.transport.RemoteConfig>
<string>origin</string>
<int>5</int>
<string>fetch</string>
<string>+refs/heads/*:refs/remotes/origin/*</string>
<string>receivepack</string>
<string>git-upload-pack</string>
<string>uploadpack</string>
<string>git-upload-pack</string>
<string>url</string>
<string>git://github.com/ryppl/ryppl.git</string>
<string>tagopt</string>
<string></string>
</org.spearce.jgit.transport.RemoteConfig>
</remoteRepositories>
<branches>
<hudson.plugins.git.BranchSpec>
<name>master</name>
</hudson.plugins.git.BranchSpec>
</branches>
<mergeOptions/>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<authorOrCommitter>false</authorOrCommitter>
<clean>false</clean>
<wipeOutWorkspace>false</wipeOutWorkspace>
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
<gitTool>Default</gitTool>
<submoduleCfg class="list"/>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<authToken>ryprox</authToken>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<axes/>
<builders>
<hudson.plugins.python.Python>
<command>import os
os.chdir(os.path.join(os.environ[&apos;WORKSPACE&apos;],&apos;test&apos;))
import self_test
self_test.main()
</command>
</hudson.plugins.python.Python>
</builders>
<publishers>
<hudson.plugins.chucknorris.CordellWalkerRecorder>
<factGenerator/>
</hudson.plugins.chucknorris.CordellWalkerRecorder>
<hudson.plugins.ircbot.IrcPublisher>
<targets class="java.util.Collections$EmptyList"/>
<strategy class="hudson.plugins.im.NotificationStrategy">ALL</strategy>
<notifyOnBuildStart>true</notifyOnBuildStart>
<notifySuspects>true</notifySuspects>
<notifyCulprits>true</notifyCulprits>
<notifyFixers>true</notifyFixers>
<notifyUpstreamCommitters>true</notifyUpstreamCommitters>
<channels/>
</hudson.plugins.ircbot.IrcPublisher>
<hudson.plugins.statusmonitor.MonitorPublisher/>
</publishers>
<buildWrappers>
<hudson.plugins.screenshot.ScreenshotBuildWrapper/>
</buildWrappers>
<runSequentially>false</runSequentially>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment