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
5b700ba8
Commit
5b700ba8
authored
Dec 17, 2017
by
qa_quantgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
93541823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
get_project_config.js
qa_shell_script/config_server/get_project_config.js
+1
-5
No files found.
qa_shell_script/config_server/get_project_config.js
View file @
5b700ba8
...
...
@@ -65,12 +65,9 @@ pClass.prototype = {
}
}
}
// --java
// --java
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7003
"
,
"
api
"
,
"
xyqb
"
,
"
QG
"
,
"
xyqb.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
现金贷-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7025
"
,
"
btapi
"
,
"
baitiao
"
,
"
baitiao
"
,
"
baitiao.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
白条-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
"
baitiao-api/target
"
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7019
"
,
"
mallapi
"
,
"
xyqb-mall
"
,
"
QG
"
,
"
mall.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
商城后台-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7010
"
,
"
offapi
"
,
"
xyqb-offline
"
,
"
QG
"
,
"
xyqb_offline.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
线下业务-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7042
"
,
"
passportapi2
"
,
"
xyqb-user2
"
,
"
head_group
"
,
"
xyqb_user.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
用户注册登录-V2-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
2
,
false
,
"
java
"
,
"
7005
"
,
"
rapi
"
,
"
di-ting
"
,
"
QG
"
,
"
di_ting.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
风控审计-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
...
...
@@ -112,7 +109,6 @@ new pClass().init(1,true, "java", "7081", "", "wechat-config", "fund_pay", "wech
new
pClass
().
init
(
1
,
false
,
"
java
"
,
"
7082
"
,
""
,
"
clotho
"
,
"
funding
"
,
"
clotho.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
资金方统计相关功能
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
false
,
"
java
"
,
"
7085
"
,
""
,
"
mall-canal
"
,
"
baitiao
"
,
"
mall_canal.log
"
,
"
application.properties
"
,
"
-l 152 -w 2 &
"
,
null
,
2
,
"
商城订单监控
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
false
,
"
java
"
,
"
7087
"
,
""
,
"
xyqb-display
"
,
"
baitiao
"
,
"
display.log
"
,
"
application.properties
"
,
"
&
"
,
null
,
2
,
"
信用钱包显示配置
"
,
"
陈东亮
"
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
"
./display-api/target/
"
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7087
"
,
"
schedule
"
,
"
user-credit-schedule
"
,
"
QG
"
,
"
user_credit_schedule.log
"
,
"
application.properties
"
,
"
/dev/null 2>&1 &
"
,
null
,
2
,
"
用户升级-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7089
"
,
"
baitiao-guangdaapi
"
,
"
baitiao-guangda
"
,
"
baitiao
"
,
"
baitiao-guangda.log
"
,
"
application.properties
"
,
"
--worker 1 --curr entWorker 1 -t > /dev/null 2>&1 &
"
,
null
,
2
,
"
guangda-server
"
,
"
宋志超
"
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
1
,
true
,
"
java
"
,
"
7093
"
,
""
,
"
account-center-helper
"
,
"
QG
"
,
"
account_center_helper.log
"
,
"
application.properties
"
,
"
--worker 1 --curr entWorker 1 -t > /dev/null 2>&1 &
"
,
null
,
2
,
"
历史数据处理
"
,
"
高淑盈
"
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
...
...
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