add maven
This commit is contained in:
Vendored
+3
-1
@@ -4,7 +4,9 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('使用MAVNE构建') {
|
stage('使用MAVNE构建') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean package -DskipTests'
|
withMaven(maven: 'Maven 3') {
|
||||||
|
sh 'mvn clean package -DskipTests'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user