-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Closed
How to integrate test results into jenkins#209
Description
Hello,
I'm trying to integrate the xml output of unit tests into jenkins, using the xUnit plugin.
Software versions are:
- xUnit plugin: 2.3.7
- jenkins: 2.204.1
- python: 3.7.4
- xmlrunner: 2.5.1
The relevant configuration is the following.
At the end of the build, I have the following log lines:
16:37:16 INFO: Processing CUnit-2.1 (default)
16:37:16 INFO: [CUnit-2.1 (default)] - 1 test report file(s) were found with the pattern 'test-result-*.xml' relative to '/var/lib/jenkins/workspace/libsc-common-test/PRODUCT/diamon d' for the testing framework 'CUnit-2.1 (default)'.
16:37:16 WARNING: All test reports are empty.
Yet the xml files contains:
Build Time (NWP_BuildTime): Jan 15 2020 11:32:20
]]>
...
Can it be related to issue #201 ?
Is there a way I can get this to work?
Metadata
Metadata
Assignees
Labels
No labels