Update 'Jenkinsfile'

This commit is contained in:
dany 2022-07-29 14:20:57 +02:00
parent 999de0ab22
commit 9679e23ccf

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
node {
def remote = [:]
remote.name = 'workstation'
remote.host = 'workstation'
remote.host = '192.168.1.95'
remote.user = 'dany'
remote.allowAnyHosts = true
remote.identifyFile = '/var/jenkins_home/.ssh/id_rsa'