Chad, I think the feature you're looking for is about 8 hours old ;)
Here's the commit Brian made last night: http://github.com/thoughtworks/cruisecontrol.rb/commit/cff2f952a7465bf0068b702b41e49fcc319d2675 # Force the project to build once in every given time interval # project.triggered_by ScheduledBuildTrigger.new(project, :build_interval => 5.minutes, :start_time => 2.minutes.from_now) Cheers, Chris On Mon, Jan 11, 2010 at 6:16 PM, Chad Woolley <[email protected]> wrote: > Setting polling_interval will only cause build if there are changes. > I want to build always on a schedule (yes I have a good reason). I > can't see an easy way to make this happen - it would take some hacking > on SuccessfulBuildTrigger and/or PollingScheduler. > > Has anyone made this work? I seem to remember it being discussed, but > don't see anything in the source... > > -- Chad > _______________________________________________ > Cruisecontrolrb-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
