we are running on Jenkins version 1.480.3
Our Jenkins wrapper Job runs multiple N-Unit tests and it all works fine. However i cannot get to publish all the testing results and the jenkins just publishes one test result
Under the post-build action "Publish NUnit test result report" field, i have the following entry *.nu.xml, ProductAcceptance.xml but like i said for some reason only ProductAcceptance.xml results are published and not those which are of "*.nu.xml" type
How do we get all the results to be published under the same job.
I tried adding another post build action but "Publish NUnit test result report" is greyed out.