Fixing tests

This commit is contained in:
retropikzel 2025-10-29 19:06:35 +02:00
parent fc17c87649
commit e0e58b8824
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", excludes: "tmp/*/docker.log", allowEmptyArchive: true
archiveArtifacts artifacts: "tmp/*/*/*.log", excludes: "tmp/*/*/docker.log", allowEmptyArchive: true
}
}
}