Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have successfully setup a CCNet web dashboard and everything is working fine has expected. And i have triggered a force build from CCNET and it ran successfully with out causing any error. but, the problem what i am facing is that, whenever i'm triggering the build from CCNET dashboard (Force) it's keeps on to build continuously again and again.

Actually it should stop the build automatically right after the success of the latest build.

can any one help me out, how to stop the continuous builds ????

Thanks in Advance !!!

share|improve this question

2 Answers 2

Check your build's triggers. You've probably got it set to force a build at a very frequent interval.

share|improve this answer

Indeed, check your triggers.

See "Next Build Time" column on the dashboard. If it has date/time then project has a trigger. If not - you'll see "Force Build Only".

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.