jetbrains.buildServer.configs.kotlin.v10 / CleanupLevel

CleanupLevel

enum class CleanupLevel

Specifies what data should be cleaned. Each level includes the one(s) above it.

Enum Values

ARTIFACTS

Build artifacts are deleted, all other data including build logs and hidden artifacts is preserved.

HISTORY_ENTRY

All the build data is deleted except for builds statistics values that are visible in the statistics charts

EVERYTHING

All the build data is deleted