Fixing tests

This commit is contained in:
retropikzel 2025-10-29 19:02:31 +02:00
parent 953e30c234
commit 09194a133c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: "tmp/*/*.log", allowEmptyArchive: true
archiveArtifacts artifacts: "tmp/*/*.log", excludes: "tmp/*/docker.log", allowEmptyArchive: true
}
}
}