Cleanup Sentry pipeline workspace after run
This commit is contained in:
parent
8c23bc688e
commit
d69ee2368a
|
@ -67,4 +67,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue