Correction check Nebula
This commit is contained in:
parent
218868991f
commit
c90b26695a
|
@ -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