Skip to content

Commit

Permalink
[CI] Clear workspace after budget check (#8092)
Browse files Browse the repository at this point in the history
* [CI] Clear workspace after budget check

* Windows too
  • Loading branch information
hcho3 committed Jul 19, 2022
1 parent 4083440 commit 4325178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pipeline {
}
sh 'python3 tests/jenkins_get_approval.py'
stash name: 'srcs'
deleteDir()
}
}
stage('Jenkins Linux: Build') {
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile-win64
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pipeline {
}
sh 'python3 tests/jenkins_get_approval.py'
stash name: 'srcs'
deleteDir()
}
}
stage('Jenkins Win64: Build') {
Expand Down

0 comments on commit 4325178

Please sign in to comment.