Commit e7dd4e79 authored by daidekun's avatar daidekun

fix

parent 29c7f012
......@@ -177,6 +177,9 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
arrSystem = systemNames.split("--")
for (systemName in arrSystem) {
dir (systemName) {
if (systemName == "pinjamancepat-credit-review-ui") {
buildCmd = "npm run build"
}else{
response = httpRequest "http://192.168.4.3:10088/config_server/get_node_command/${systemName}"
def res_json = jsonParse(response.content)
......@@ -186,8 +189,8 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
buildCmd = res_json["buildCmd"]
configName = systemName
print "=========================="
sh "mv -f ../${systemName}.env.config.js ${configPath}"
}
def bowerFile = fileExists './bower.json'
......
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