Skip to content

Commit b4560db

Browse files
jstastny-czlucamolteni
authored andcommitted
kie-issues#769: fix another case of async cleanWs
1 parent 246f3f0 commit b4560db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jenkins/Jenkinsfile.setup-branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pipeline {
2626
stage('Initialize') {
2727
steps {
2828
script {
29-
cleanWs()
29+
cleanWs(disableDeferredWipeout: true)
3030

3131
if (params.DISPLAY_NAME) {
3232
currentBuild.displayName = params.DISPLAY_NAME

0 commit comments

Comments
 (0)