Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:55:08 +02:00
parent 84ba88690a
commit cd7398e466
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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