This commit is contained in:
Gregory Hendrickson
2023-06-09 16:33:29 -07:00
parent e9330c3a18
commit 20d2fa576f

3
Jenkinsfile vendored
View File

@@ -26,8 +26,7 @@ pipeline {
stage('Pull and Deploy') {
steps {
withCredentials([
sshUserPrivateKey(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
withCredentials([(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
]) {
script {
def remote = [:]