I have an ASP.NET MVC project that is built in a Jenkins project. We use the nUnit plugin in order to deduce the output from our unit tests as a step after assembly.
I just added Jasmine tests for javascript in the project and added a step to MSBuild so that Chutzpah runs Jasmine tests and displays the results in jUnit format.

I added a post-build step to process the jUnit result file, and Jenkins starts the build and presents two Test Results links on the build results page ...

However, when I click these links, both go to the same result. When I came out yesterday, these were the results of nUnit this morning, these are the results of jUnit, so I assume that this is only what ended the last?
Is it possible? Do I need to do something different?
source share