Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 17:59:20 +02:00 committed by GitHub
parent c769483f25
commit c36c16d92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -64,7 +64,8 @@ pipeline {
always {
junit '**/reports/junit.xml'
archiveArtifacts artifacts: 'reports/**', fingerprint: true
archiveArtifacts artifacts: 'build_report.log', fingerprint: true
archiveArtifacts artifacts: 'build_report.log', fingerprint: true
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
}
success {
echo 'Build completed successfully!'