One of the possibilities can be that the some of the generated files may not be in proper junit format, this may happen when the test cases didnt run for a particular class so the xml is generated but is not complete (i.e., it doesn't follow the junit schema).
Just a guess, so give it a try. On Thu, May 8, 2014 at 12:33 AM, Maneesh M P <[email protected]>wrote: > Hello, > > we have configured Xunit plugin to our jenkins, we are seeing below > error. Can anyone help ? > > *11:52:55* [xUnit] [INFO] - Starting to record.*11:52:55* [xUnit] [INFO] - > Processing JUnit*11:52:55* [xUnit] [INFO] - [JUnit] - 42 test report file(s) > were found with the pattern 'target/test-reports/*.xml' relative to > '/home/ab/jenkins/workspace/dragon-lib' for the testing framework > 'JUnit'.*11:52:55* [xUnit] [ERROR] - There is at least one problem. Check the > Jenkins system log for more information. (if you don't have configured yet > the system log before, you have to rebuild).*11:52:55* [xUnit] [INFO] - > Setting the build status to FAILURE*11:52:55* [xUnit] [INFO] - Stopping > recording.*11:52:55* Build step 'Publish xUnit test result report' changed > build result to FAILURE*11:52:55* Build did not succeed and the project is > configured to only push after a successful build, so no pushing will > occur.*11:52:55* Email was triggered for: Failure*11:52:55* Sending email for > trigger: Failure > > > I have configured the log, but nothing is captured in the log as well. The > build is getting executed on a build server over SSH > > > Thanks, > > Maneesh > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
