Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created July 10, 2009 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperronn/144303 to your computer and use it in GitHub Desktop.
Save jesperronn/144303 to your computer and use it in GitHub Desktop.
.hudson/jobs/ExpensereportAllFeatures/config.xml
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<logRotator>
<daysToKeep>5</daysToKeep>
<numToKeep>-1</numToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.plugins.trac.TracProjectProperty>
<tracWebsite>https://trac.expensereport.caplab.dk/</tracWebsite>
</hudson.plugins.trac.TracProjectProperty>
</properties>
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>https://svn.expensereport.caplab.dk/trunk</remote>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<excludedRegions></excludedRegions>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<triggers class="vector">
<hudson.triggers.SCMTrigger>
<spec>* * * * *
</spec>
</hudson.triggers.SCMTrigger>
</triggers>
<builders>
<hudson.plugins.rake.Rake>
<rakeInstallation>(Default)</rakeInstallation>
<rakeFile></rakeFile>
<rakeLibDir></rakeLibDir>
<rakeWorkingDir></rakeWorkingDir>
<tasks>db:migrate</tasks>
<silent>false</silent>
</hudson.plugins.rake.Rake>
<hudson.plugins.rake.Rake>
<rakeInstallation>(Default)</rakeInstallation>
<rakeFile></rakeFile>
<rakeLibDir></rakeLibDir>
<rakeWorkingDir></rakeWorkingDir>
<tasks>features:rcov</tasks>
<silent>false</silent>
</hudson.plugins.rake.Rake>
</builders>
<publishers/>
<buildWrappers/>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment