Forum Discussion

AshokKumarSahoo's avatar
AshokKumarSahoo
Contributor
7 years ago

Publishing result in Zephyr – Jenkins plugin

I’m getting errors about Junit reports inside “publishing results in Zephyr”:

[ZapiTestResultReporter] [INFO] Examining test results…
Build result is FAILURE
null
Problem parsing JUnit test Results.
Error parsing surefire reports.
Please ensure “Publish JUnit test result report is added” as a post build action
Build step ‘Publish test result to Zephyr for JIRA’ marked build as failure.

 

Who can explain this to me? Should I add “Publish JUnit test result report” to get this Zephyr plugin work?

How can i publish test complete test results to Jira?


Thanks!

1 Reply

  • I am certainly not an expert on this topic, but it seems to me that the TestComplete plugin pulls the junit file back to the Jenkins master itself.  So if you try to use any other plugin post the TestComplete plugin part of the job to collect the junit file, the file has already been moved and therefore fails.

     

    If someone has a work-around, or knows any more about this topic, we would definitely appreciate the info.