diff --git a/Jenkinsfile b/Jenkinsfile index 69fab8b..dbe2aa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Pull and Deploy') { steps { - withCredentialss([usernamePassword(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')]) { + withCredentials([usernamePassword(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')]) { script { def remote = [:] remote.allowAnyHosts = true