This format is not yet supported. Maybe you can write a new parser based on one of the existing XML parsers. Typically the groovy parsers are better suited for non-Xml files.
Interested in providing one? Am Donnerstag, 20. Februar 2014 schrieb Baptiste Mathus : > 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]<javascript:_e(%7B%7D,'cvml','[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]<javascript:_e(%7B%7D,'cvml','jenkinsci-users%[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]<javascript:_e(%7B%7D,'cvml','jenkinsci-users%[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.
