Skip to content

Commit

Permalink
kie-issues#769: fix another case of async cleanWs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz authored and lucamolteni committed Jan 31, 2024
1 parent 246f3f0 commit b4560db
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 @@ -26,7 +26,7 @@ pipeline {
stage('Initialize') {
steps {
script {
cleanWs()
cleanWs(disableDeferredWipeout: true)

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

0 comments on commit b4560db

Please sign in to comment.