Skip to content

Commit

Permalink
[CI] Fix runbld when workspace does not exist (#21350) (#21371)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 29, 2020
1 parent 1e1c554 commit 6aa14f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ pipeline {
}
post {
always {
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
runbld(stashedTestReports: stashedTestReports, project: env.REPO)
}
cleanup {
Expand Down

0 comments on commit 6aa14f3

Please sign in to comment.