Commit d500ea01 authored by qa_quantgroup's avatar qa_quantgroup

update

parent e8aabbce
...@@ -33,7 +33,7 @@ function ack() ...@@ -33,7 +33,7 @@ function ack()
#首先查询是否有启动失败的报错日志 #首先查询是否有启动失败的报错日志
fail_flag=`cat ${log_path} |grep "Application startup failed" | wc -l` fail_flag=`cat ${log_path} |grep "Application startup failed" | wc -l`
if [ "${fail_flag}" = 1 ];then if [ "${fail_flag}" = 1 ];then
echo "server $ip $project not startup in ${max_wait_ack_time} seconds..." echo "server $ip $project startup failed in ${wait_ack_time} seconds..."
num=`grep -n "\[ERROR\]" $log_path | head -1 |cut -d ":" -f 1` num=`grep -n "\[ERROR\]" $log_path | head -1 |cut -d ":" -f 1`
if [ -n "$num" ];then if [ -n "$num" ];then
echo "server $ip $project 启动日志错误信息截取如下:" echo "server $ip $project 启动日志错误信息截取如下:"
......
...@@ -138,7 +138,7 @@ new pClass().init(true, "ui", "7057", "h5.auth", "ka-spider-center-ui", "ui", nu ...@@ -138,7 +138,7 @@ new pClass().init(true, "ui", "7057", "h5.auth", "ka-spider-center-ui", "ui", nu
new pClass().init(true, "ui", "7067", "", "new-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "运营系统 vue", "孙小英", "", ""); new pClass().init(true, "ui", "7067", "", "new-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "运营系统 vue", "孙小英", "", "");
new pClass().init(true, "ui", "7070", "", "customer-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "外部查询-ui", "", "", ""); new pClass().init(true, "ui", "7070", "", "customer-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "外部查询-ui", "", "", "");
new pClass().init(true, "ui", "7075", "", "business-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "商城结算系统-ui", "王丽英", "", ""); new pClass().init(true, "ui", "7075", "", "business-op-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "商城结算系统-ui", "王丽英", "", "");
new pClass().init(true, "ui", "7077", "", "cuishou-ui-new", "data", null, "src/Config/config.jsx", "npm run dist", "node7", 1, "催收系统-ui", "李斌", "", ""); new pClass().init(true, "ui", "7077", "", "cuishou-ui-new", "data", null, "src/Config/config.js", "npm run dist", "node7", 1, "催收系统-ui", "李斌", "", "");
new pClass().init(true, "ui", "7078", "", "ka-factory-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "KA工厂-ui", "张振武", "", ""); new pClass().init(true, "ui", "7078", "", "ka-factory-ui", "ui", null, "src/config/env.config.js", "npm run build", "node7", 1, "KA工厂-ui", "张振武", "", "");
new pClass().init(true, "ui", "7080", "", "new-mall-ui", "ui", null, "src/app/config/env.config.js", "npm run qa", "node7", 1, "微信商城-ui", "郑少文,周珊", "", ""); new pClass().init(true, "ui", "7080", "", "new-mall-ui", "ui", null, "src/app/config/env.config.js", "npm run qa", "node7", 1, "微信商城-ui", "郑少文,周珊", "", "");
// node // node
......
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