- The name of a scheduler that will trigger this build. The schedulers
- are usually defined in common.xml, look in there to see if there is
- already one you can use, and add a new one if not.
-
- The 'trunk_quick' and 'stable_quick' schedulers currently in
- common.xml trigger a build after every source change on the trunk
- and stable branches respectively. There are also daily and weekly
- schedulers 'daily_6am', 'monday_6am', 'tuesday_6am' and so on.
+ The name of a scheduler that will trigger this build. common.xml
+ currently defines:
+
+ * 'trunk_quick' and 'stable_quick'. These trigger a build after
+ every source change on the trunk and stable branches respectively.
+
+ * Weekly schedulers that fire once a week. There is one of these
+ for every half hour of the week, e.g. you have monday_0600,
+ monday_0630, etc..
+
+ * Daily schedulers that fire once a day. There is also one of these
+ for every half hour, e.g. daily_0600, daily_0630, etc..
+
+ An empty <scheduler/> element takes its value from the previous build
+ incremented in the following way:
+
+ * Weekly schedulers are incremented by a day, monday_0600 becomes
+ tuesday_0600, and at the end of the week the time is also bumped by
+ an hour, saturday_0600 becomes sunday_0700.
+
+ * Daily scheduler are incremented by an hour.