Update 'Jenkinsfile'
This commit is contained in:
parent
03618cff28
commit
6864a2eaf9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,9 +3,9 @@ node {
|
||||
remote.name = 'workstation'
|
||||
remote.host = 'workstation'
|
||||
remote.user = 'dany'
|
||||
remote.identityFile = '/var/jenkins_home/.ssh/id_rsa'
|
||||
remote.allowAnyHosts = true
|
||||
remote.agent = false
|
||||
remote.identifyFile = '/var/jenkins_home/.ssh/id_rsa'
|
||||
remote.logLevel = 'FINEST'
|
||||
stage('Remote SSH') {
|
||||
sshCommand remote: remote, command: "ls -al"
|
||||
|
Loading…
Reference in New Issue
Block a user