Keep Rule Filters
Holds all the filters used to pick out the builds this keep rule will preserve
Types
Properties
Applies this keep rule to builds with the provided value of the "Personal" state. The keep rule will apply to all matching builds if this filter is not specified or null is provided.
Applies this keep rule to builds with the specified status. The keep rule will apply to all matching builds if the filter is not specified or null is provided.
Applies this keep rule to builds with provided tags. The keep rule will apply to all matching builds if the filter is not specified or an empty set is provided. Use anyOf to specify the list of tags.
Functions
Builds a filter from parameters
Matches failed builds only
Applies this keep rule to builds in branches matched by branchFilter and branchState. The keep rule will apply to all matching builds if the filter is not specified or an empty set is provided.
Matches non-personal builds only
Matches personal builds only
Matches successful builds only