|
CruiseControl.NET : Interval Trigger
This page last changed on Jan 02, 2007 by gfeldman.
The Interval Trigger is used to specify that an integration should be run periodically, after a certain amount of time. By default, an integration will only be triggered if modifications have been detected since the last integration. The trigger can also be configured to force a build even if no changes have occurred to source control. The items to watch for modifications are specified with Source Control Blocks. Examples
Minimalist example: <intervalTrigger />
Full example: <intervalTrigger name="continuous" seconds="30" buildCondition="ForceBuild"/>
Configuration Elements:
|
| Document generated by Confluence on Jun 21, 2007 10:33 |