diff --git a/Jenkinsfile b/Jenkinsfile index 9121d0d48cf..56978f78e8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -123,6 +123,8 @@ pipeline { } post { always { + deleteDir() + unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}") runbld(stashedTestReports: stashedTestReports, project: env.REPO) } cleanup {