Hi check the docs at http://confluence.public.thoughtworks.org/display/CCNET/Project+Configuration+Block elements : maxSourceControlRetries stopProjectOnReachingMaxSourceControlRetries sourceControlErrorHandling
these should help you. If the source control is unavailable for certain hours, like in a backup or so, I would use a filtertrigger to not check for those hours. with kind regards Ruben Willems On Wed, Jul 29, 2009 at 3:07 PM, Florent ISELIN <[email protected]>wrote: > Since I've upgraded to 1.4.2 and now 1.4.4, our continuous build project is > triggered when SVN server is not available (for exemple because of network > outage). It was not the case before. > > *Error message *: > ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control > operation failed: svn: PROPFIND request failed on '/svn/.................' > svn: PROPFIND of '/svn/.....................': could not connect to server > (https://...................) . Process command: svn.exe log > https://.............................. > -r "{2009-07-24T14:04:22Z}:{2009-07-24T22:51:36Z}" --verbose --xml > --username .............. --password ........ --non-interactive > --no-auth-cache at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo > processInfo) at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications(IIntegrationResult > from, IIntegrationResult to) at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl > sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) > at > ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult > from, IIntegrationResult to) at > ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest > request) > > > The consequence is that project 'compilation' fails and becomes red. When > SVN server is back, project status is obviously still red :( > Does someone know a way to workaround that behavior, or if a bug has > already been reported for the regression ? > > rds > Florent > > > > >
