Commit ae9506ea authored by 智勇's avatar 智勇

get configPath

parent 9624e166
......@@ -353,6 +353,9 @@ def build_nodejs( systemName, branchName,contextDir) {
def build_python( systemName, branchName,contextDir) {
// sh "cp -rf ${contextDir}/config.ini server/config/release/config.ini"
// sh "cp -rf ${contextDir}/config.ini server/config/beta/config.ini"
def projectAttr = project_attr(systemName)
configPath = projectAttr["configPath"]
sh "cp -rf ${contextDir}/config.ini ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz server/"
......
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