Update 'Jenkinsfile'
This commit is contained in:
parent
9dc3056d2d
commit
38864cd8ff
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ node {
|
||||
remote.host = 'workstation'
|
||||
remote.user = 'dany'
|
||||
remote.allowAnyHosts = true
|
||||
remote.agent = true
|
||||
remote.agent = false
|
||||
remote.identifyFile = '/var/jenkins_home/.ssh/id_rsa'
|
||||
stage('Remote SSH') {
|
||||
sshCommand remote: remote, command: "ls -al"
|
||||
|
Loading…
Reference in New Issue
Block a user