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
48f24a16
Commit
48f24a16
authored
Mar 03, 2017
by
root
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitabc.xyqb.com/QA/qa-deploy-utils
parents
35ecf343
207fe9b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
get_project_config.js
qa_shell_script/config_server/get_project_config.js
+2
-1
4_java_restart.sh
sh-utils/center/4_java_restart.sh
+1
-1
No files found.
qa_shell_script/config_server/get_project_config.js
View file @
48f24a16
...
...
@@ -49,7 +49,8 @@ pClass.prototype = {
}
}
// projectName,projectType,port,gitPath,logName,configFile,command,nodeVersion
new
pClass
().
init
(
true
,
"
java
"
,
"
7003
"
,
"
xyqb
"
,
"
QG
"
,
"
xyqb.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
现金贷和白条-server
"
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7003
"
,
"
xyqb
"
,
"
QG
"
,
"
xyqb.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
现金贷-server
"
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7025
"
,
"
baitiao
"
,
"
QG
"
,
"
baitiao.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
白条-server
"
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7019
"
,
"
xyqb-mall
"
,
"
QG
"
,
"
mall.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
商城后台-server
"
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7010
"
,
"
xyqb-offline
"
,
"
QG
"
,
"
xyqb_offline.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
线下业务-server
"
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7042
"
,
"
xyqb-user2
"
,
"
head_group
"
,
"
xyqb_user.log
"
,
"
application.properties
"
,
null
,
null
,
2
,
"
用户注册登录-V2-server
"
,
""
);
...
...
sh-utils/center/4_java_restart.sh
View file @
48f24a16
...
...
@@ -45,7 +45,7 @@ then
elif
[[
"
${
module_name
}
"
=
"cash-loan-flow"
]]
then
log_path
=
/home/quant_group/logs/cash_loan_flow.log
elif
[[
"
${
module_name
}
"
=
"xyqb-user"
]]
elif
[[
"
${
module_name
}
"
=
"xyqb-user
2
"
]]
then
log_path
=
/home/quant_group/logs/xyqb_user.log
else
...
...
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