Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:28:50 +02:00
parent d4ddd27337
commit 9dc3056d2d

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ node {
remote.host = 'workstation'
remote.user = 'dany'
remote.allowAnyHosts = true
remote.agent = true
remote.identifyFile = '/var/jenkins_home/.ssh/id_rsa'
stage('Remote SSH') {
sshCommand remote: remote, command: "ls -al"