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