Merge branch 'main' into 703-automatic-docker-images-for-prs

This commit is contained in:
egelhaus 2025-04-14 01:02:51 +02:00 committed by GitHub
commit dbb83076df
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'