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