Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:29:37 +02:00
parent 9dc3056d2d
commit 38864cd8ff

2
Jenkinsfile vendored
View File

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