Skip to content

Commit

Permalink
kie-issues#667: fix cleanup and settingsXml handling (#4531)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Nov 2, 2023
1 parent fce7af9 commit 59b5ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/jenkins/Jenkinsfile.kie-kogito-post-release
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
stages{
stage('CleanWorkspace') {
steps {
cleanWs()
cleanWs(disableDeferredWipeout: true)
}
}
stage('Initialize') {
Expand Down Expand Up @@ -161,7 +161,7 @@ pipeline {
}
}
post {
always {
cleanup {
cleanWs()
}
unsuccessful {
Expand Down

0 comments on commit 59b5ddb

Please sign in to comment.