Skip to content

Commit

Permalink
[JENKINS-49269] Cautious deleteDir
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-arabaolaza committed Mar 20, 2018
1 parent 36e9eb0 commit 198850a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Expand Up @@ -68,6 +68,8 @@ for(i = 0; i < buildTypes.size(); i++) {

builds.ath = {
node("linux") {
// Just to be safe
deleteDir()
def fileUri
def metadataPath
dir("sources") {
Expand Down

0 comments on commit 198850a

Please sign in to comment.