Commit 16877513 authored by 温海元's avatar 温海元

modify build_python no more sh command

parent ff90f7e7
...@@ -558,7 +558,7 @@ def build_python( systemName, branchName,contextDir) { ...@@ -558,7 +558,7 @@ def build_python( systemName, branchName,contextDir) {
def projectAttr = project_attr(systemName) def projectAttr = project_attr(systemName)
configPath = projectAttr["config_path"] configPath = projectAttr["config_path"]
sh "cp -rf ${contextDir}/config.ini ${configPath}" //sh "cp -rf ${contextDir}/config.ini ${configPath}"
sh "tar zcf ${contextDir}/dist.tgz ./*" sh "tar zcf ${contextDir}/dist.tgz ./*"
// sh "mv dist.tgz ${contextDir}" // sh "mv dist.tgz ${contextDir}"
......
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