This commit is contained in:
Gregory Hendrickson
2023-06-09 16:10:01 -07:00
parent 2e73f86140
commit 63a93d568f

4
Jenkinsfile vendored
View File

@@ -33,8 +33,8 @@ pipeline {
def remote = [:]
remote.name = 'ubuntu-kc'
remote.host = '172.16.11.90'
remote.user = "${SSH_USER}"
remote.keyFile = "${IDENTITY}"
remote.user = SSH_USER
remote.identityFile = identity
remote.allowAnyHosts = true
writeFile file: 'run-pull-deploy.sh', text: '''