The warnings-plugin has several parsers for the .NET platform:
https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin
> Am 13.07.2015 um 15:58 schrieb Carlos Lucas :
>
> I forgot to say that my code is on .NET C# and VB
>
> --
> You received this message because you are subscribed to the G
@googlegroups.com
Subject: Re: jenkins and code analysis
I forgot to say that my code is on .NET C# and VB
--
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
I forgot to say that my code is on .NET C# and VB
--
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.
To view this dis
I've had good results with the findbugs plugin and the PMD plugin. Both
display their results within the job pages. They provide a history for as
long as you retain the history of the job.
I assume a tool like SonarQube would let you retain history indefinitely,
rather than limiting it to the nu
Hi,
I would like to add an step on muy build that checks the source code for
style, format and so on. Can you recommend me some tool or platform that
works well and that can be integrated with jenkins?
I am thinking about SonarQube, but maybe it there is something lighter (
sonar needs a DB, w