clear ws
This commit is contained in:
Vendored
+5
@@ -2,6 +2,11 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('清理工作区') {
|
||||
steps {
|
||||
cleanWs() // 清理工作区
|
||||
}
|
||||
}
|
||||
stage('使用MAVNE构建') {
|
||||
steps {
|
||||
withMaven(maven: 'Maven3') {
|
||||
|
||||
Reference in New Issue
Block a user