Fixing tests

This commit is contained in:
retropikzel 2025-10-29 19:07:33 +02:00
parent e0e58b8824
commit cd2a221fb8
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: "tmp/*/*/*.log", excludes: "tmp/*/*/docker.log", allowEmptyArchive: true
cleanWs()
}
}
}