修正脚本

This commit is contained in:
zhouxiunai
2018-11-06 15:09:45 +08:00
parent 983b379bd5
commit 21545ac7f4
+1 -1
View File
@@ -19,7 +19,7 @@ node {
stage('deploy'){ stage('deploy'){
def remote = [] def remote = [:]
remote.name = airport-dev remote.name = airport-dev
remote.host = 130.120.3.231 remote.host = 130.120.3.231
remote.allowAnyHosts = true remote.allowAnyHosts = true