Skip to content

Commit

Permalink
[CI] Fix runbld when workspace does not exist (#21350) (#21370)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 29, 2020
1 parent becbca0 commit d9c8e08
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 @@ -114,6 +114,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 d9c8e08

Please sign in to comment.