Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-28836

cpptest plugin seems not to be able to parse XML report generated by Parasoft C++Test 9.5.21

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • cpptest-plugin
    • None
    • Jenkins version: 1.612
      cpptest-plugin version: 0.13.2
      Parasoft C++Test version: 9.5.21.20150129

      It seems that Parasoft C++Test version 9.5.xx has a new XML format for generated XML SATE Report. By parsing a report with a number of static analysis warning with cpptest-plugin, it gives no warnings reported. The XML Report file actually consists of one <report></report> block containing the following block for each reported violation:

      <weakness id="1" tool_specific_id="1">
      <name>rule_name</name>
      <location line="source_line" path="path_to_source_file"/>
      <grade probability="1.0" severity="5" tool_specific_rank="5"/>
      <output>
      <textoutput>rule_description </textoutput>
      </output>
      </weakness>

            gbois Gregory Boissinot
            ibartoli Ivano Bartoli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: