Roll-up Trigger¶
A trigger that will "roll-up" multiple changes into a single trigger.
This trigger can be used to reduce the load on a build server for in very active development environment.
Version¶
Available from version 1.6
Examples¶
Time Period Example
1<rollUpTrigger>
2 <trigger type="intervalTrigger" seconds="60" />
3 <time units="hours">1</time>
4</rollUpTrigger>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
trigger | The inner trigger to filter. | Trigger Blocks | Yes | n/a | 1.6 |
time | The minimum allowed time between builds. | Timeout Configuration | Yes | none | 1.6 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:04 AM