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') { stage('Pull and Deploy') {
steps { steps {
withCredentials([ withCredentials([(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
sshUserPrivateKey(credentialsId: 'ssh-cred', passwordVariable: 'password', usernameVariable: 'userName')
]) { ]) {
script { script {
def remote = [:] def remote = [:]