Update Jenkinsfile

This commit is contained in:
egelhaus 2025-03-24 08:19:18 +01:00 committed by GitHub
parent 27c8399afa
commit 8cbf069f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -51,7 +51,6 @@ pipeline {
}
failure {
echo 'Build failed!'
junit '**/reports/junit.xml'
}
}
}