Fixing tests

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

2
Jenkinsfile vendored
View File

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