|
CruiseControl.NET : Interval Trigger
This page last changed on Mar 28, 2010 by ccnet-doc-gen.
Interval TriggerThe 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.
VersionAvailable from version 1.0 ExamplesMinimalist example <intervalTrigger />
Full example <intervalTrigger name="continuous" seconds="30" buildCondition="ForceBuild" initialSeconds="30" />
Configuration Elements
Notes
|
| Document generated by Confluence on Jan 23, 2011 08:52 |