Commit 935f4a34 authored by daidekun's avatar daidekun
parents 36756989 a010bd28
...@@ -38,6 +38,8 @@ if [ -n "$project_folder" ];then ...@@ -38,6 +38,8 @@ if [ -n "$project_folder" ];then
else else
desc=`node $config_server/get_project_config.js -name $project_name -attr desc` desc=`node $config_server/get_project_config.js -name $project_name -attr desc`
sh $config_server/show_info.sh $project_name clone代码 $desc sh $config_server/show_info.sh $project_name clone代码 $desc
echo "node $config_server/get_project_config.js -name $project_name -attr git_path"
git_path=`node $config_server/get_project_config.js -name $project_name -attr git_path` git_path=`node $config_server/get_project_config.js -name $project_name -attr git_path`
echo "git clone $git_path"
git clone $git_path git clone $git_path
fi fi
...@@ -76,7 +76,7 @@ new pClass().init(false, "java", "7044", "finance-api", false, "bo.wang", "finan ...@@ -76,7 +76,7 @@ new pClass().init(false, "java", "7044", "finance-api", false, "bo.wang", "finan
new pClass().init(false, "java", "7045", "check-accounts", false, "QG", "check_accounts.log", "application.properties", null, null, 2, "对账系统-server",""); new pClass().init(false, "java", "7045", "check-accounts", false, "QG", "check_accounts.log", "application.properties", null, null, 2, "对账系统-server","");
new pClass().init(true, "java", "7014", "du-jiang-yan", false, "QG", "du_jiang_yan.log", "application.properties", null, null, 2, "第三方对接导流-server",""); new pClass().init(true, "java", "7014", "du-jiang-yan", false, "QG", "du_jiang_yan.log", "application.properties", null, null, 2, "第三方对接导流-server","");
new pClass().init(false, "java", "7051", "msg", false, "QG", "msg.log", "application.properties", null, null, 2, "新版消息中心",""); new pClass().init(false, "java", "7051", "msg", false, "QG", "msg.log", "application.properties", null, null, 2, "新版消息中心","");
new pClass().init(false, "java", "7052", "xyqb-btzt", true, "git@gitabc.xyqb.com:QG/xyqb-btzt.git", "xyqb-btzt.log", "application.properties", null, null, 2, "白条直投外部",""); new pClass().init(false, "java", "7052", "xyqb-btzt", true, "git@gitabc.xyqb.com:qg-op-backend/xyqb-btzt.git", "xyqb-btzt.log", "application.properties", null, null, 2, "白条直投外部","");
new pClass().init(false, "java", "7053", "xyqb-btzt-internal", true, "git@gitabc.xyqb.com:qg-op-backend/xyqb-btzt-internal.git", "xyqb-btzt-internal.log", "application.properties", null, null, 2, "白条直投内部",""); new pClass().init(false, "java", "7053", "xyqb-btzt-internal", true, "git@gitabc.xyqb.com:qg-op-backend/xyqb-btzt-internal.git", "xyqb-btzt-internal.log", "application.properties", null, null, 2, "白条直投内部","");
// new pClass(true,"java","7027","sms-center","QG","sms-center.log",null,null,null,"短信中心-server"); // new pClass(true,"java","7027","sms-center","QG","sms-center.log",null,null,null,"短信中心-server");
// ui---- // ui----
......
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