Correction accès fichier identité SSH
This commit is contained in:
parent
ff1b1f148d
commit
62558c6327
|
@ -149,7 +149,7 @@ def runInNewVM(Map args) {
|
|||
initWithCredentials(urlCredentialsId, userCredentialsId) { client ->
|
||||
client.withNewVM(vmTemplate, terminateOnExit) { host ->
|
||||
|
||||
def sshArgs = "-i ${VM_SSH_KEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||
def sshArgs = "-i '${VM_SSH_KEY}' -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||
|
||||
// On attend que la connexion SSH soit disponible
|
||||
println "En attente de l'accès SSH..."
|
||||
|
|
Loading…
Reference in New Issue