Skip to content

Commit

Permalink
Do not delete directory after build
Browse files Browse the repository at this point in the history
helps troubleshoot broken builds
  • Loading branch information
paullinator committed Jan 15, 2024
1 parent a41a919 commit e97faf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def buildProduction(String stageName) {
}
}
}
deleteDir()
}

def buildSim(String stageName) {
Expand Down

0 comments on commit e97faf7

Please sign in to comment.