Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
92dddbe6
Commit
92dddbe6
authored
Feb 16, 2017
by
QA-甘 盛聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cf687fdb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
3_link_config_file_by_name.sh
qa_shell_script/3_link_config_file_by_name.sh
+1
-4
3_link_config_file_by_type.sh
qa_shell_script/3_link_config_file_by_type.sh
+1
-0
get_project_config.js
qa_shell_script/config_server/get_project_config.js
+1
-0
No files found.
qa_shell_script/3_link_config_file_by_name.sh
View file @
92dddbe6
...
...
@@ -17,10 +17,7 @@ else
sh
$config_server
/show_info.sh
$project
连接配置文件
$desc
project_type
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
type
`
file
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
config_file
`
if
[
"
$project_type
"
=
"java"
]
then
mkdir
/home/quant_group/
${
project
}
/target
fi
rm
-rf
/home/quant_group/
$project
/
$file
if
[
"
$project_type
"
=
"ui"
]
then
...
...
qa_shell_script/3_link_config_file_by_type.sh
View file @
92dddbe6
...
...
@@ -32,6 +32,7 @@ function linkProjectConfig()
if
[
"
$project
"
=
"xyqb-mall"
]
then
echo
"~~ln -s
$config_path
/pem_file /home/quant_group/xyqb-mall/baitiao"
ln
-s
$config_path
/pem_file /home/quant_group/xyqb-mall/baitiao
fi
}
...
...
qa_shell_script/config_server/get_project_config.js
View file @
92dddbe6
...
...
@@ -67,6 +67,7 @@ new pClass().init(true, "java", "7006", "gu-bei", "QG", "pay-center.log", "appli
new
pClass
().
init
(
true
,
"
java
"
,
"
7023
"
,
"
xyqb-quartz
"
,
"
QG
"
,
"
quartz.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
定时任务-server
"
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7031
"
,
"
redpacket
"
,
"
QG
"
,
"
redpacket.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
红包系统-server
"
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7044
"
,
"
finance-api
"
,
"
bo.wang
"
,
"
finance-api.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
财务系统-server
"
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7045
"
,
"
check-accounts
"
,
"
QG
"
,
"
check_accounts.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
对账系统-server
"
);
// new pClass(true,"java","7027","sms-center","QG","sms-center.log",null,null,null,"短信中心-server");
// ui----
// projectName,projectType,port,gitPath,logName,configFile,command,nodeVersion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment