days
Specifies that this keep rule will preserve all builds matched by the selected filters up to the nth day since the current day
fun days(n: Int, init: Cleanup.KeepRule.DaysLimit.() -> Unit): Cleanup.KeepRule.KeepAtLeast
Content copied to clipboard
Specifies that this keep rule will preserve all builds matched by the selected filters up to the nth day. Allows specifying the policy to select the limiting day in the DaysLimit.since field.