jetbrains.buildServer.configs.kotlin.v2017_2.vcs / GitVcsRoot / defaultPrivateKey

defaultPrivateKey

fun defaultPrivateKey(init: DefaultPrivateKey.() -> Unit = {}): DefaultPrivateKey

Default SSH key found on the machine. If you use an agent-side checkout, then this key should also be available on the build agent machines. Often it is easier to use the uploaded SSH key.

See Also

uploadedKey