From 6400b5899b388d96ea516461cbfe46db3cc50b3e Mon Sep 17 00:00:00 2001 From: Gregory Hendrickson Date: Fri, 9 Jun 2023 16:34:57 -0700 Subject: [PATCH] s --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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