Just put in an empty triggers block: <triggers />
Craig On Feb 4, 11:36 am, Nicolas <[email protected]> wrote: > Hello > > I am relatively new to CruiseControl setup. At the moment I want my > build setup so that it only ever builds with forced builds. I will > just use the system tray to initiate builds. Unfortunately I am not > able to figure out how to get the trigger section to work such that it > never makes a build automatically. Any help will be appreciated. > > Here is what I have tried so far. > > <triggers> > <!-- hopefully will never make a build--> > <filterTrigger startTime="0:00:00" endTime="23:59:59"> > <trigger type="intervalTrigger" name="neverShutOff" > seconds="900" > buildCondition="ForceBuild"/> > </filterTrigger> > </triggers>
