Skip to content

Instantly share code, notes, and snippets.

@petros
Created June 15, 2009 16:52
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 petros/130211 to your computer and use it in GitHub Desktop.
Save petros/130211 to your computer and use it in GitHub Desktop.
CC.NET Version control related settings
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
<project name="MyProject" queue="Q1" queuePriority="1">
<modificationDelaySeconds>0</modificationDelaySeconds>
<maxSourceControlRetries>15</maxSourceControlRetries>
<stopProjectOnReachingMaxSourceControlRetries>true</stopProjectOnReachingMaxSourceControlRetries>
<sourceControlErrorHandling>ReportOnRetryAmount</sourceControlErrorHandling>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment