This commit is contained in:
Gregory Hendrickson
2023-06-09 16:36:25 -07:00
parent 204ad02dda
commit cc71d05e5c

2
Jenkinsfile vendored
View File

@@ -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