AgentCleanPolicy

enum AgentCleanPolicy : Enum<GitVcsRoot.AgentCleanPolicy>

Specifies when the "git clean" command should be executed in case of agent-side checkout

Entries

Link copied to clipboard

Run the "git clean" command if the branch in build is different comparing to the branch in the previous build on same agent

Link copied to clipboard

Run the "git clean" command before each build

Link copied to clipboard

Don't run the "git clean" command

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int