Commit e6ece327 authored by daidekun's avatar daidekun

fix

parent e00b872d
......@@ -64,13 +64,9 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName)
def jsonSlurper = new JsonSlurper()
def res_json = jsonSlurper.parseText(response.content)
print "=====Build Command Is====="
echo res_json.toString()
configPath = res_json["configPath"]
print configPath
buildCmd = res_json["buildCmd"]
print buildCmd
configName = systemName
print configName
print "=========================="
sh "pwd"
......
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