try again....
This commit is contained in:
parent
e011640a20
commit
0721993319
|
@ -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 = [:]
|
||||||
|
|
Loading…
Reference in New Issue