Description
The rule will stop being processed after a certain number of matched builds. Once this condition is met, only the other rules will continue to be processed.
Use cases
This feature provides the option to control the number of builds the rule can process. It may save a significant amount of time when the build history is long.
-1
, there is no limitation, all builds will be evaluated.0
, no builds will be evaluated. This disables the rule as it will not apply to any build.1..n
, once the value is reached, the rule is effectively disabled and is no longer applied.Warning!
If the matchAtMost
value is set to zero, the rule is effectively disabled. This is useful if the user wants to disable a rule while keeping its other configuration values.