Cleanup Sentry pipeline workspace after run

This commit is contained in:
wpetit 2020-12-18 12:38:43 +01:00
parent 8c23bc688e
commit d69ee2368a
1 changed files with 6 additions and 0 deletions

View File

@ -67,4 +67,10 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}