mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Move deleteDir() to cleanup section
This commit is contained in:
parent
7ecf07b093
commit
4b0dd80cac
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -65,11 +65,9 @@ pipeline {
|
|||
failure {
|
||||
sh 'cat tools/check_format.txt'
|
||||
}
|
||||
always {
|
||||
cleanup {
|
||||
echo "Finished, deleting directory."
|
||||
deleteDir()
|
||||
}
|
||||
cleanup {
|
||||
echo "Clean up in post."
|
||||
cleanWs(cleanWhenNotBuilt: false,
|
||||
deleteDirs: true,
|
||||
|
|
Loading…
Reference in a new issue