jetbrains.buildServer.configs.kotlin.v2019_2 / CheckoutMode

CheckoutMode

enum class CheckoutMode

VCS checkout mode, specifies how sources are transferred to the build agent

Enum Values

AUTO

TeamCity will choose the optimal checkout mode for build

ON_SERVER

Server-side checkout

ON_AGENT

Agent-side checkout

MANUAL

TeamCity will not check out any sources automatically