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
Vendored
+6
View File
@@ -71,4 +71,10 @@ pipeline {
QEMU_IRIX = credentials('qemu-irix')
ROMS_DIR = credentials('roms')
}
post {
always {
cleanWs()
}
}
}