Hello, I've configured a project using cmake and I use ctest to generate xml test results file. This test results file is sent to jenkins xUnit plugin. Each time I start jenkins, a new directory is created in my build directory: Testing/Temporary/2014*/Test.xml The problem I've got is that xUnit is using all the Test.xml files to perform the result sum-up. So, build after build, I've got an increasing slove in the graph presented by xUnit. How do I set up xUnit to use only the last test result file.
Best regards, YC -- 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/groups/opt_out.
