open class SshAgent : BuildFeature
A build feature which runs SSH agent during a build with the specified SSH key loaded
See Also
SshAgent(init: SshAgent.() -> Unit = {}, base: SshAgent? = null) |
var teamcitySshKey: String?
Uploaded SSH key name to load into an SSH agent |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |