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
c95e1eed
Commit
c95e1eed
authored
Feb 14, 2017
by
QA-甘 盛聪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
af1cdd49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
4_build_by_name.sh
qa_shell_script/4_build_by_name.sh
+1
-2
4_build_by_type.sh
qa_shell_script/4_build_by_type.sh
+1
-1
No files found.
qa_shell_script/4_build_by_name.sh
View file @
c95e1eed
...
@@ -24,7 +24,7 @@ function buildJavaProject()
...
@@ -24,7 +24,7 @@ function buildJavaProject()
sh
$config_server
/show_info.sh
$project
BUILD
$desc
sh
$config_server
/show_info.sh
$project
BUILD
$desc
cd
$project_path
/
$project
cd
$project_path
/
$project
rm
-rf
./target/
*
.jar
rm
-rf
./target/
if
[[
"
$project
"
=
"xyqb"
||
"
$project
"
=
"gu-bei"
||
"
$project
"
=
"han-gu-guan"
||
"
$project
"
=
"di-ting"
||
"
$project
"
=
"xyqb-offline"
||
"
$project
"
=
"xyqb-user"
]]
;
then
if
[[
"
$project
"
=
"xyqb"
||
"
$project
"
=
"gu-bei"
||
"
$project
"
=
"han-gu-guan"
||
"
$project
"
=
"di-ting"
||
"
$project
"
=
"xyqb-offline"
||
"
$project
"
=
"xyqb-user"
]]
;
then
echo
"module is
$project
, need replace sms jar version from 1.0.x to 1.0.2"
echo
"module is
$project
, need replace sms jar version from 1.0.x to 1.0.2"
...
@@ -44,7 +44,6 @@ function buildJavaProject()
...
@@ -44,7 +44,6 @@ function buildJavaProject()
echo
"mvn clean package -P
${
profile
}
-Dmaven.test.skip=true"
echo
"mvn clean package -P
${
profile
}
-Dmaven.test.skip=true"
mvn clean package
-P
${
profile
}
-Dmaven
.test.skip
=
true
mvn clean package
-P
${
profile
}
-Dmaven
.test.skip
=
true
mv
$project_path
/
$project
/target/
*
.jar
$project_path
/
$project
/
$project
.jar
mv
$project_path
/
$project
/target/
*
.jar
$project_path
/
$project
/
$project
.jar
rm
-rf
./target/
*
.jar.
*
}
}
function
buildUiProject
()
function
buildUiProject
()
...
...
qa_shell_script/4_build_by_type.sh
View file @
c95e1eed
...
@@ -19,7 +19,7 @@ function buildJavaProject()
...
@@ -19,7 +19,7 @@ function buildJavaProject()
desc
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc
`
desc
=
`
node
$config_server
/get_project_config.js
-name
$project
-attr
desc
`
sh
$config_server
/show_info.sh
$project
BUILD
$desc
sh
$config_server
/show_info.sh
$project
BUILD
$desc
cd
$project_path
/
$project
cd
$project_path
/
$project
rm
-rf
./target/
*
.jar
rm
-rf
./target/
if
[[
"
$project
"
=
"xyqb"
||
"
$project
"
=
"gu-bei"
||
"
$project
"
=
"han-gu-guan"
||
"
$project
"
=
"di-ting"
||
"
$project
"
=
"xyqb-offline"
||
"
$project
"
=
"xyqb-user"
]]
;
then
if
[[
"
$project
"
=
"xyqb"
||
"
$project
"
=
"gu-bei"
||
"
$project
"
=
"han-gu-guan"
||
"
$project
"
=
"di-ting"
||
"
$project
"
=
"xyqb-offline"
||
"
$project
"
=
"xyqb-user"
]]
;
then
echo
"module is
$project
, need replace sms jar version from 1.0.x to 1.0.2"
echo
"module is
$project
, need replace sms jar version from 1.0.x to 1.0.2"
...
...
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