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