|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.

I found a workaround and it seems to be xunit plugin issue because it does not publish information about test results to the matrix project.
For me following workaround works:
uncheck: "Delete temporary JUnit files"
create additional post-build action step: "publish junit test result report" and add as a value for "Test report XMLs" generatedJUnitFiles\NUnit*.xml
Do you know any other workaround for that issue?