Add cleanup stage
This commit is contained in:
@@ -118,13 +118,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
node('principal') {
|
||||
stage('Cleanup') {
|
||||
agent any
|
||||
steps {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -78,12 +78,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
node('principal') {
|
||||
stage('Cleanup') {
|
||||
agent any
|
||||
steps {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user