Commit f5e985e4 authored by daidekun's avatar daidekun

else

parent 988c74ba
......@@ -71,7 +71,7 @@ def jsonParse(def json) {
def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace) {
if (systemName == "uanguang-credit-review-ui") {
buildCmd = "npm run qa"
}else if {
}else {
response = httpRequest "http://192.168.4.3:10088/config_server/get_node_command/${systemName}"
def res_json = jsonParse(response.content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment