Skip to content

Commit

Permalink
add command to delete alibaba problematic file (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Jan 25, 2021
1 parent a82104c commit 25253ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,8 @@ class Build {
context.sh(script: "rm -rf J:/jenkins/tmp/workspace/build/src/build/*/jdk/gensrc")
// https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1662
context.sh(script: "rm -rf E:/jenkins/tmp/workspace/build/src/build/*/jdk/gensrc")
// https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1818
context.sh(script: "rm -rf C:/Jenkins/temp/workspace/build/src/build/*/jdk/gensrc")
context.cleanWs notFailBuild: true, disableDeferredWipeout: true, deleteDirs: true
} else {
context.cleanWs notFailBuild: true
Expand Down

0 comments on commit 25253ed

Please sign in to comment.