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 44f54fb commit 06af6c8Copy full SHA for 06af6c8
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