Jenkinsfile updated.
This commit is contained in:
parent
3f76c5e3b8
commit
f0c7baeed8
|
@ -23,7 +23,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ])
|
xunit (tools: [ GoogleTest(pattern: './test_report.xml') ])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue