jetbrains.buildServer.configs.kotlin.v10.buildFeatures / SshAgent

SshAgent

open class SshAgent : BuildFeature

A build feature which runs SSH agent during a build with the specified SSH key loaded

See Also

sshAgent

Constructors

<init>

SshAgent(init: SshAgent.() -> Unit = {}, base: SshAgent? = null)

Properties

teamcitySshKey

var teamcitySshKey: String?

Uploaded SSH key name to load into an SSH agent

Inherited Properties

enabled

var enabled: Boolean

Specifies whether the feature is enabled

id

var id: String?

Build feature id, if not specified will be generated

type

var type: String

Build feature type