Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:43:03 +02:00
parent 8c0f82446d
commit f1235bb3c5
1 changed files with 4 additions and 5 deletions

9
Jenkinsfile vendored
View File

@ -39,11 +39,10 @@ pipeline {
}
}
}
post {
always {
archiveArtifacts artifacts: '*.log', fingerprint: true
}
}
post {
always {
archiveArtifacts artifacts: '*.log', fingerprint: true
}
}
}