Commit 7f7ec3da authored by xuezj's avatar xuezj

新增替换文件脚本

parent 0278ab6e
......@@ -38,6 +38,7 @@ def init_image_dependency(buildType,originSystemName,contextDir){
case "lua-ui":
sh "cp -rf /home/quant_group/qg-dockerfiles/templates/lua-ui/* ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/lua-ui/lua/*.lua ${contextDir}"
sh "cp -rf /home/quant_group/config_repository/lua-ui/replace/* ${contextDir}"
def isVhFileExist = fileExists "/home/quant_group/config_repository/lua-ui/nginx/${originSystemName}.vh.conf"
if (isVhFileExist) {
......
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