测试
This commit is contained in:
parent
9724c5609f
commit
db56a4d3e3
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -42,14 +42,8 @@ pipeline {
|
|||||||
expression { params.publish_type == "ui" || params.publish_type == "all" }
|
expression { params.publish_type == "ui" || params.publish_type == "all" }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
dir("$WORKSPACE/ui/dasadmin") {
|
||||||
def remote = [:]
|
sh "rsync -av --delete dist/ root@192.168.109.195:/das/ui/"
|
||||||
remote.name = "master"
|
|
||||||
remote.host = "192.168.109.195"
|
|
||||||
remote.allowAnyHosts = true
|
|
||||||
remote.user = "root"
|
|
||||||
remote.password = "84805353"
|
|
||||||
sshPut remote: remote, from: 'ui/dasadmin/dist/', into: '/das/ui/'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user