jetbrains.buildServer.configs.kotlin.v2018_1 / Cleanup / all

all

fun all(days: Int? = null, builds: Int? = null): Unit

Adds an 'everything'-level clean-up rule. Either days or builds must be non-null, then they are both null no clean-up will be added

Parameters

days - number of days to store artifacts

builds - number of successful builds to store artifacts for