Commit 44f053c5 authored by daidekun's avatar daidekun

1

parent a91ac9e3
......@@ -68,7 +68,7 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName)
response = httpRequest "http://192.168.4.3:10088/config_server/get_node_command/${systemName}"
//def jsonSlurper = new JsonSlurper()
def res_json = jsonParse(response)
def res_json = jsonParse(response.content)
//def res_json = jsonSlurper.parseText(response.content)
print "=====Build Command Is====="
configPath = res_json["configPath"]
......
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