DS
Size: a a a
DS
DB
DS
DS
в
DS
в
DS
folder(nameFolder) {
// ...
configure { folder ->
configNode << 'com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey' {
id('keyId')
description('описание ключа')
username('username')
passphrase('password')
privateKeySource(class:"com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey\$DirectEntryPrivateKeySource") {
privateKey(hudson.util.Secret.fromString('your-ssh-key').getEncryptedValue())
}
}
}
}
DS
в
DS
в
HC
WARNING: Error while determining if vetoers exist
hudson.remoting.RequestAbortedException: hudson.remoting.ChannelClosedException: Channel "unknown": Protocol stack cannot write data anymore. It is not open for write
Caused
by: hudson.remoting.ChannelClosedException: Channel "unknown": Protocol stack cannot write data anymore. It is not open for write
JR
HC
в
АТ
SK
в
AS
[ssh_connection]и работает.
pipelining = true
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
control_path_dir = .ansible/cp
control_path = %(directory)s/%%h-%%r