Update Jenkinsfile

This commit is contained in:
Greg Hendrickson
2023-09-04 00:09:33 -07:00
committed by GitHub
parent d436a1b239
commit ce7ad161f7

4
Jenkinsfile vendored
View File

@@ -29,8 +29,8 @@ pipeline {
script { script {
def remote = [:] def remote = [:]
remote.allowAnyHosts = true remote.allowAnyHosts = true
remote.name = 'ubuntu-kc' remote.name = 'masternode'
remote.host = '172.16.11.90' remote.host = '172.16.10.100'
remote.user = userName remote.user = userName
remote.password = password remote.password = password