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
Jenkinsfile vendored
View file

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