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.
2 parents a4bd58c + 2e72674 commit 13dde1aCopy full SHA for 13dde1a
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