This commit is contained in:
2026-06-18 10:31:21 +08:00
parent 9da50727d1
commit e0bc04c6ad
Vendored
+5
View File
@@ -2,6 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage('清理工作区') {
steps {
cleanWs() // 清理工作区
}
}
stage('使用MAVNE构建') { stage('使用MAVNE构建') {
steps { steps {
withMaven(maven: 'Maven3') { withMaven(maven: 'Maven3') {