try again........

This commit is contained in:
Kameron Kenny - pi501 2024-12-27 21:12:35 -05:00
parent 745ce0dfab
commit 66b74f41bd
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -26,6 +26,8 @@ pipeline {
remote.user = userName remote.user = userName
remote.identityFile = identity remote.identityFile = identity
sh 'echo $remote.user'
sh 'echo $remote.identityFile'
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'