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