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