I have custom generated XML test reports that is pushed to jenkins. I tried 'HygieiaTestPublishStep
' using hygieia-jenkis plugin, but it does not pick the data(Logs pasted below). Hygieia jenkins collector also do not pick these files.
[Pipeline] hygieiaTestPublishStep Hygieia: Published Build Data For Test Publishing. Response Code: 201. Response Value= 5b2cd5ee9b89f4176
Hygieia Test Result Publisher - Looking for file pattern '*.xml' in directory Hygieia Test Publisher: Processing file: /var/lib/jenkins/workspace/testdisplay/SAMPLE-UNITTEST/unitTest/UnitTestReport.xml Hygieia Publisher: Error Parsing File: /var/lib/jenkins/workspace/testdisplay/SAMPLE-UNITTEST/unitTest/UnitTestReport.xml Hygieia: Published Test Data. Nothing to publish
How do i to push it to hygieia dashboard from jenkins? What is the sample XML format that the plugin 'HygieiaTestPublishStep
' accept?