mirror of
https://github.com/n64decomp/mk64
synced 2026-05-28 16:00:59 -04:00
Add step to manually clean workspace. (#334)
Co-authored-by: valandil <valandil211@proton.me>
This commit is contained in:
Vendored
+6
@@ -71,4 +71,10 @@ pipeline {
|
||||
QEMU_IRIX = credentials('qemu-irix')
|
||||
ROMS_DIR = credentials('roms')
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user