You can define a custom warnings parser very easily with some lines of groovy to match the lines you want.
Cheers Le 20 févr. 2014 18:12, "Charles Chan" <[email protected]> a écrit : > In our Jenkins job, we set up Visual Studio to run the static code > analysis. This produces an XML file, similar to the one above. We would > like to use the plugin "Scan for compiler warnings" to monitor the number > of violations. I have tried a number of different parser, but it doesn't > seem to be picking up on the defects. > > Example PREfast XML file > > https://code.google.com/p/cstracker/source/browse/trunk/CsTracker/Sys/PREfast_defects_chk_wlh_x86.xml?r=4 > > Looking for pointer from anyone who might have done something similar. > > Thanks in advance. > Charles > > -- > 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. > -- 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.
