mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-10 05:56:42 +00:00
Jenkins params
This commit is contained in:
parent
687ecdbbce
commit
c5c17ce6d9
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
def remote = [:]
|
||||
remote.name = 'remote'
|
||||
remote.host = 'localhost'
|
||||
remote.user = 'simon'
|
||||
remote.host = env.DEPLOY_HOST
|
||||
remote.user = env.DEPLOY_USER
|
||||
remote.identityFile = '/var/lib/jenkins/.ssh/id_rsa'
|
||||
remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
|
||||
remote.allowAnyHosts = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user