Add step to manually clean workspace. (#334)

Co-authored-by: valandil <valandil211@proton.me>
This commit is contained in:
val 2023-07-08 21:29:41 -04:00 committed by GitHub
parent 2f7719086a
commit f6b4afcf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -71,4 +71,10 @@ pipeline {
QEMU_IRIX = credentials('qemu-irix')
ROMS_DIR = credentials('roms')
}
post {
always {
cleanWs()
}
}
}