This commit is contained in:
Gregory Hendrickson
2023-06-09 16:15:17 -07:00
parent 9bb4a1df16
commit 41a299de4f

2
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
withCredentials([
sshUserPrivateKey(credentialsId: 'ssh-cred', keyFileVariable: 'identity', usernameVariable: 'userName')
]) {
def remote [:]
remote.name = 'ubuntu-kc'
remote.host = '172.16.11.90'
remote.user = userName