[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
2 changed files with 2 additions and 0 deletions

View File

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