Commit b0f1590e authored by daidekun's avatar daidekun

systemName

parent 62b1ac7b
...@@ -73,7 +73,7 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName) ...@@ -73,7 +73,7 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName)
configName = systemName configName = systemName
print "==========================" print "=========================="
sh "cp -rf /home/quant_group/jenkins_home/workspace/pre.${system_name}/node_modules/ node_modules" sh "cp -rf /home/quant_group/jenkins_home/workspace/pre.${systemName}/node_modules/ node_modules"
sh "mv -f env.config.js ${configPath}" sh "mv -f env.config.js ${configPath}"
sh buildCmd sh buildCmd
sh 'tar zcf dist.tgz dist/' sh 'tar zcf dist.tgz dist/'
......
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