jenkins: fix name of test results file

This commit is contained in:
Frédéric Péters 2019-02-22 14:48:45 +01:00
parent 98a98bf72a
commit 504de3b096
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
utils.publish_coverage('coverage.xml')
utils.publish_coverage_native()
}
junit '*_results.xml'
junit 'junit.xml'
}
}
}