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 44f54fb + 06af6c8 commit 8cae448Copy full SHA for 8cae448
Jenkinsfile
@@ -25,6 +25,8 @@ 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