1

I use the clang static analyzer to check my code. At jenkins i used this plugin to execute the static analysis tool and generate a report. Now i have to switch to hudson but there is no "clang plugin"...

Does somebody know a alternative plugin or a workaround to display the result at hudson?

Michael S
  • 731
  • 2
  • 10
  • 26
  • 2
    Why are you switching from Jenkins to Hudson? – pgb May 24 '11 at 12:56
  • Oracle move hudson to the eclipse foundation http://hudson-ci.org/docs/news.html#eclipse and we are a supporter of eclispe so we "can not" use jenkins. Also the new licence of hudson under the eclispe foundation include all plugins of hudson. If you use jenkins you have to check each plugin. – Michael S May 24 '11 at 13:35

1 Answers1

0

Does clang have xml output support? If so, you could convert your xml output to cppcheck format using an xsl style sheet.

The following link uses the same concept, except in his case it was unit tests and so he used JUnit format.

Jenkins and cFix unit testing (C++)

Community
  • 1
  • 1
Sagar
  • 9,456
  • 6
  • 54
  • 96