try again........

This commit is contained in:
Kameron Kenny - pi501 2024-12-27 21:14:02 -05:00
parent 66b74f41bd
commit 4c6f11c6b6
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

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