mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-19 02:06:45 +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 = [:]
|
def remote = [:]
|
||||||
remote.name = 'remote'
|
remote.name = 'remote'
|
||||||
remote.host = 'localhost'
|
remote.host = env.DEPLOY_HOST
|
||||||
remote.user = 'simon'
|
remote.user = env.DEPLOY_USER
|
||||||
remote.identityFile = '/var/lib/jenkins/.ssh/id_rsa'
|
remote.identityFile = '/var/lib/jenkins/.ssh/id_rsa'
|
||||||
remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
|
remote.knownHosts = '/var/lib/jenkins/.ssh/known_hosts'
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user