jenkins: clean workspace (#2248)

pull/2237/head
Adeeb Shihadeh 2020-09-29 22:14:54 -07:00 committed by GitHub
parent 2a2cfd6bb5
commit 846b56831f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -140,6 +140,13 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}
}