Skip to content

Commit

Permalink
NO-ISSUE: fix setup-branch cleanWs problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 17, 2024
1 parent 9665943 commit 2f4b5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
stage('Initialization') {
steps {
script {
cleanWs()
cleanWs(disableDeferredWipeout: true)

if (params.DISPLAY_NAME) {
currentBuild.displayName = params.DISPLAY_NAME
Expand Down

0 comments on commit 2f4b5ee

Please sign in to comment.