Jenkins params

This commit is contained in:
simon987 2019-03-24 09:49:27 -04:00
parent 687ecdbbce
commit c5c17ce6d9

4
jenkins/Jenkinsfile vendored
View File

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