[CI] Clear workspace after budget check (#8092)

* [CI] Clear workspace after budget check

* Windows too
This commit is contained in:
Philip Hyunsu Cho 2022-07-18 19:17:33 -07:00 committed by GitHub
parent 4083440690
commit 4325178822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -47,6 +47,7 @@ pipeline {
}
sh 'python3 tests/jenkins_get_approval.py'
stash name: 'srcs'
deleteDir()
}
}
stage('Jenkins Linux: Build') {

View File

@ -33,6 +33,7 @@ pipeline {
}
sh 'python3 tests/jenkins_get_approval.py'
stash name: 'srcs'
deleteDir()
}
}
stage('Jenkins Win64: Build') {