-
Notifications
You must be signed in to change notification settings - Fork 14
Custom Builder Scheduling
cpjolicoeur edited this page Sep 13, 2010
·
1 revision
If you are using cerberus for several projects, or on a single project with multiple modules you may not want all projects to be built at the same time using the
buildall command
cerberus build _project_name_
It is possible to have only one command in your crontab (‘cerberus buildall’) which runs every minute. Every project/build has its own
at_time
Example configuration:
at_time: */5 * #runs builder every five minutes. at_time: * 12-18 #runs every minute from 12pm until 6pm
The configuration goes into the project.yml file at the top level.