mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 23:21:53 -04:00
Jenkinsfile update (#1474)
* Updating Jenkinsfile for a more thorough cleanup * adding steps to the clean stage * jk, maybe we don't want to do an initial clean... * how about now? * okay, surely now
This commit is contained in:
Vendored
+9
-1
@@ -62,7 +62,15 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
echo "Finished, deleting directory."
|
||||
deleteDir()
|
||||
}
|
||||
cleanup {
|
||||
echo "Clean up in post."
|
||||
cleanWs(cleanWhenNotBuilt: false,
|
||||
deleteDirs: true,
|
||||
disableDeferredWipeout: true,
|
||||
notFailBuild: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user