Skip to content

Commit

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

Please sign in to comment.