Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-14 00:53:59 +02:00 committed by GitHub
parent c7a49620a6
commit a063561406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ pipeline {
sh 'npm run build 2>&1 | tee build_report.log' // Captures build output
}
}
}
post {
always {
junit '**/reports/junit.xml'