try again........
This commit is contained in:
parent
66b74f41bd
commit
4c6f11c6b6
|
@ -26,8 +26,11 @@ pipeline {
|
||||||
remote.user = userName
|
remote.user = userName
|
||||||
remote.identityFile = identity
|
remote.identityFile = identity
|
||||||
|
|
||||||
|
sh 'echo $remote'
|
||||||
sh 'echo $remote.user'
|
sh 'echo $remote.user'
|
||||||
sh 'echo $remote.identityFile'
|
sh 'echo $remote.identityFile'
|
||||||
|
sh 'echo $userName'
|
||||||
|
sh 'echo $identity'
|
||||||
sshPut remote: remote, from: 'nrpe', into: '/tmp'
|
sshPut remote: remote, from: 'nrpe', into: '/tmp'
|
||||||
sshCommand remote: remote, command: 'cd /tmp/nrpe/; chmod +x setup.sh; sudo ./setup.sh'
|
sshCommand remote: remote, command: 'cd /tmp/nrpe/; chmod +x setup.sh; sudo ./setup.sh'
|
||||||
sshRemove remote: remote, path: '/tmp/nrpe'
|
sshRemove remote: remote, path: '/tmp/nrpe'
|
||||||
|
|
Loading…
Reference in New Issue