Jenkinsfile updated.

This commit is contained in:
rhinemann 2024-12-27 19:34:19 +02:00
parent 3f76c5e3b8
commit f0c7baeed8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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