Skip to content

Commit 2e72674

Browse files
authored
Revert "Clean up workspace"
1 parent a4bd58c commit 2e72674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ currentBuild.result = "SUCCESS"
2525

2626
try {
2727
node {
28-
// Clean workspace before checkout to avoid git ref issues
29-
deleteDir()
3028
stage 'Checkout'
3129
checkout scm
3230
checkoutDir = pwd()

0 commit comments

Comments
 (0)