Revert "Revert "Add step to manually clean workspace. (#334)" (#335)" (#336)

This reverts commit 90783ced0a.
This commit is contained in:
MegaMech
2023-07-09 07:22:09 -06:00
committed by GitHub
parent 90783ced0a
commit 7ef6853455
Vendored
+6
View File
@@ -71,4 +71,10 @@ pipeline {
QEMU_IRIX = credentials('qemu-irix')
ROMS_DIR = credentials('roms')
}
post {
always {
cleanWs()
}
}
}