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
e6532c77
Commit
e6532c77
authored
Aug 11, 2017
by
tywldx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
2bff56a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
buildJava.sh
qa_shell_script/base_script/buildJava.sh
+0
-1
get_project_config.js
qa_shell_script/config_server/get_project_config.js
+1
-1
No files found.
qa_shell_script/base_script/buildJava.sh
View file @
e6532c77
...
...
@@ -7,7 +7,6 @@ params=`node $config_server/get_project_config.js -name $project -attr desc/tar
params_arry
=(
${
params
//|/
}
)
desc
=
${
params_arry
[0]
}
target_path
=
${
params_arry
[1]
}
echo
"
${
params_arry
[2]
}
"
build_command
=
${
params_arry
[2]//\^/
}
sh
$config_server
/show_info.sh
$project
BUILD
$desc
`
hostname
`
cd
$project_path
/
$project
...
...
qa_shell_script/config_server/get_project_config.js
View file @
e6532c77
...
...
@@ -80,7 +80,7 @@ new pClass().init(true, "java", "7012", "fsapi.xyqb.com", "financial-system", fa
new
pClass
().
init
(
false
,
"
java
"
,
"
7034
"
,
""
,
"
fund-manage
"
,
false
,
"
QG
"
,
"
fund_manage.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
(
false
,
"
java
"
,
"
7029
"
,
"
gyxdapi.xyqb.com
"
,
"
gyxd
"
,
false
,
"
QG
"
,
"
gyxd.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
(
true
,
"
java
"
,
"
7038
"
,
""
,
"
merchant-backend
"
,
false
,
"
QG
"
,
"
merchant.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
(
true
,
"
java
"
,
"
7031
"
,
""
,
"
redpacket
"
,
true
,
"
baitiao
"
,
"
redpacket.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t > /dev/null 2>&1 &
"
,
null
,
2
,
"
红包系统-server
"
,
""
,
""
,
""
);
new
pClass
().
init
(
true
,
"
java
"
,
"
7031
"
,
""
,
"
redpacket
"
,
true
,
"
baitiao
"
,
"
redpacket.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t > /dev/null 2>&1 &
"
,
null
,
2
,
"
红包系统-server
"
,
""
,
"
mvn clean package -Ptest -Dmaven.test.skip=true
"
,
""
);
new
pClass
().
init
(
false
,
"
java
"
,
"
7044
"
,
""
,
"
finance-api
"
,
false
,
"
bo.wang
"
,
"
finance-api.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
(
false
,
"
java
"
,
"
7045
"
,
""
,
"
check-accounts
"
,
false
,
"
QG
"
,
"
check_accounts.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
(
true
,
"
java
"
,
"
7014
"
,
""
,
"
du-jiang-yan
"
,
false
,
"
QG
"
,
"
du_jiang_yan.log
"
,
"
application.properties
"
,
"
--worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &
"
,
null
,
2
,
"
第三方对接导流-server
"
,
""
,
"
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