Commit f7e06f55 authored by daidekun's avatar daidekun

fix

parent 55b04903
......@@ -72,6 +72,7 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
def res_json = jsonParse(response.content)
print "=====Build Command Is====="
echo res_json.toString()
configPath = res_json["configPath"]
buildCmd = res_json["buildCmd"]
configName = systemName
......@@ -96,6 +97,7 @@ def build_nodejs(namespace, systemName, contextDir, repoName, branchName, worksp
def res_json = jsonParse(response.content)
print "=====Build Command Is====="
echo res_json.toString()
configPath = res_json["configPath"]
buildCmd = res_json["buildCmd"]
configName = systemName
......
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