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 246f3f0 commit b4560dbCopy full SHA for b4560db
.ci/jenkins/Jenkinsfile.setup-branch
@@ -26,7 +26,7 @@ pipeline {
26
stage('Initialize') {
27
steps {
28
script {
29
- cleanWs()
+ cleanWs(disableDeferredWipeout: true)
30
31
if (params.DISPLAY_NAME) {
32
currentBuild.displayName = params.DISPLAY_NAME
0 commit comments