always cleanWs

This commit is contained in:
Olivier Lamy 2018-12-29 09:31:56 +10:00 committed by GitHub
parent 26772cd3ff
commit 4b5cb63739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -75,6 +75,9 @@ pipeline {
}
post {
always {
cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: '.repository', type: 'EXCLUDE']]
}
unstable {
notifyBuild("Unstable Build")
}