Commit e8e2e317 authored by 黎博's avatar 黎博

Merge branch 'master3' of git.quantgroup.cn:QA/global-jenkinsfile into master3

parents e2e87908 16877513
...@@ -466,8 +466,8 @@ def prepare_luaui(systemName, contextDir) { ...@@ -466,8 +466,8 @@ def prepare_luaui(systemName, contextDir) {
def prepare_python(systemName, contextDir) { def prepare_python(systemName, contextDir) {
// sh "rm -rf ${contextDir}" // sh "rm -rf ${contextDir}"
sh "cp -rf /home/quant_group/qg-dockerfiles/tke/python/* ${contextDir}" //sh "cp -rf /home/quant_group/qg-dockerfiles/tke/python/* ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/python/${systemName}.ini ${contextDir}/config.ini" //sh "cp -rf /home/quant_group/config_repository/python/${systemName}.ini ${contextDir}/config.ini"
} }
def build(buildType,systemName, branchName,contextDir){ def build(buildType,systemName, branchName,contextDir){
...@@ -560,7 +560,7 @@ def build_python( systemName, branchName,contextDir) { ...@@ -560,7 +560,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