Description
Number of matched builds after which the rule is not processed. Then this condition is met, only other rules are processed.
Use cases
Gives possibility to limit number of changes performed by given rule (what of course saves the time for long build history!).
-1
There is no limitation, all builds will evaluated0
Zero builds will be evaluated. This is helpful when it is easier to match builds that should not
be deleted and to skip them from evaluation.
1..n
When conditions match n
times, no more builds will be processed by this rule
Warning!
Zero value can be used to temporary disable to rule without deleting whole job configuration.