修改 install 为 package 进行编译
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ pipeline {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh 'mvn clean install'
|
||||
sh 'mvn clean package'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
Reference in New Issue
Block a user