Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:34:36 +02:00
parent 03618cff28
commit 6864a2eaf9

2
Jenkinsfile vendored
View File

@ -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"