clear ws
This commit is contained in:
Vendored
+5
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user