We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bd58c commit 2e72674Copy full SHA for 2e72674
Jenkinsfile
@@ -25,8 +25,6 @@ currentBuild.result = "SUCCESS"
25
26
try {
27
node {
28
- // Clean workspace before checkout to avoid git ref issues
29
- deleteDir()
30
stage 'Checkout'
31
checkout scm
32
checkoutDir = pwd()
0 commit comments