On Tuesday, January 21, 2014 8:03:00 AM UTC-5, ycollet wrote:
>
> 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.
>

The simplest thing would be to have your build process wipe out the old 
ones before creating new ones. That's what I do. 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to