mirror of https://github.com/n64decomp/mk64.git
Add step to manually clean workspace. (#334)
Co-authored-by: valandil <valandil211@proton.me>
This commit is contained in:
parent
2f7719086a
commit
f6b4afcf97
|
|
@ -71,4 +71,10 @@ pipeline {
|
|||
QEMU_IRIX = credentials('qemu-irix')
|
||||
ROMS_DIR = credentials('roms')
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue