try again....

This commit is contained in:
Kameron Kenny - pi501 2024-12-27 17:48:17 -05:00
parent e011640a20
commit 0721993319
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
stage("Push out new nrpe configurations") { stage("Push out new nrpe configurations") {
steps { steps {
script { script {
withCredentials([sshUserPrivateKey(credentialsId: 'jenkins', keyFileVariable: 'identity', passphraseVariable: '', usernameVariable: 'jenkins')]) { withCredentials([sshUserPrivateKey(credentialsId: 'jenkins', keyFileVariable: 'identity', passphraseVariable: '', usernameVariable: 'userName')]) {
def remote = [:] def remote = [:]
remote.pi501 = [:] remote.pi501 = [:]
remote.pi502 = [:] remote.pi502 = [:]