Jenkinsfile updated.

This commit is contained in:
rhinemann 2024-12-27 19:58:52 +02:00
parent cee3f6b5ef
commit 0b6b9d5c8e
1 changed files with 4 additions and 5 deletions

1
Jenkinsfile vendored
View File

@ -20,7 +20,6 @@ pipeline {
}
}
}
post {
always {
xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ])