I have a task running in cruisecontrol that works correctly. Despite the fact that it works fine, cruisecontrol gives me a timeout error for this task !!! When I check the results of this task, I see that the task is completed just fine. I need to ignore this timeout error, so cruisecontrol gives me a green color in this task. Any solution for this? I am using the new version of cruisecontrol.net 1.6.
My task looks like this:
<exec>
<executable>C:\Windows\System32\cmd.exe</executable>
<buildArgs> /c curl.exe "FileToBeUploaded" "RepositoryURL" </buildArgs>
<buildTimeoutSeconds>100</buildTimeoutSeconds>
<successExitCodes>1,0</successExitCodes>
</exec>
Thank.
source
share