This commit is contained in:
Gregory Hendrickson
2023-06-09 16:22:49 -07:00
parent fef7d8eb3f
commit e355932999

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ pipeline {
stage('Pull and Deploy') {
steps {
withCredentials([
sshUserPrivateKey(credentialsId: 'ssh-cred', keyFileVariable: 'identity', usernameVariable: 'userName')
sshUserPrivateKey(credentialsId: 'ssh-cred', keyFileVariable: 'identity', passphraseVariable: '', usernameVariable: 'userName')
]) {
script {
def remote = [:]