try again....
This commit is contained in:
parent
e011640a20
commit
0721993319
|
@ -18,7 +18,7 @@ pipeline {
|
|||
stage("Push out new nrpe configurations") {
|
||||
steps {
|
||||
script {
|
||||
withCredentials([sshUserPrivateKey(credentialsId: 'jenkins', keyFileVariable: 'identity', passphraseVariable: '', usernameVariable: 'jenkins')]) {
|
||||
withCredentials([sshUserPrivateKey(credentialsId: 'jenkins', keyFileVariable: 'identity', passphraseVariable: '', usernameVariable: 'userName')]) {
|
||||
def remote = [:]
|
||||
remote.pi501 = [:]
|
||||
remote.pi502 = [:]
|
||||
|
|
Loading…
Reference in New Issue