diff --git a/Jenkinsfile b/Jenkinsfile index 9b7bb47..5f60844 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { withCredentials([ sshUserPrivateKey(credentialsId: 'ssh-cred', keyFileVariable: 'identity', usernameVariable: 'userName') ]) { - + def remote [:] remote.name = 'ubuntu-kc' remote.host = '172.16.11.90' remote.user = userName