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

This reverts commit f6b4afcf97.
This commit is contained in:
MegaMech 2023-07-09 07:15:54 -06:00 committed by GitHub
parent f6b4afcf97
commit 90783ced0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

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