add maven

This commit is contained in:
2026-06-17 21:46:45 +08:00
parent d6f6527d58
commit b0a4ee658c
Vendored
+3 -1
View File
@@ -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'
}
} }
} }