Add cleanup stage

This commit is contained in:
2025-12-20 18:58:29 +01:00
parent 4ca556cdc8
commit 8c2fff9a97
2 changed files with 7 additions and 10 deletions

View File

@@ -78,12 +78,9 @@ pipeline {
}
}
}
post {
always {
node('principal') {
stage('Cleanup') {
agent any
steps {
cleanWs()
}
}