|
CruiseControl.NET : Url Trigger
This page last changed on Jun 26, 2007 by rosspatterson.
The Url Trigger is used to trigger a CCNet build when the page at a particular url changes. The Url Trigger will poll the specified url according to a configured polling interval to detect if the last modified date of the page has changed since the last integration. This trigger is especially useful in reducing the load on your source control system caused by the polling for modifications performed by an Interval Trigger. If your source control system supports trigger scripts (such as the use of commitinfo scripts in CVS), you can use create a trigger to touch the page that is being monitored by CCNet to start a new integration. Examples
Minimalist example: <urlTrigger url="http://server/page.html" />
Full example: <urlTrigger url="http://server/page.html" seconds="30" buildCondition="ForceBuild"/>
Configuration Elements:
This trigger has been contributed by Steve Norman |
| Document generated by Confluence on Mar 14, 2009 02:55 |