Oops, I just saw that I have 2 config.xml files in my project.
One is here: C:\software\Jenkins\jobs\murmur-events
The other is here:
C:\software\Jenkins\jobs\murmur-events\modules\murmur-events$murmur-events
The one inside the modules directory does not have the analysis reporters
section.
Rob
-----Original Message-----
From: Ulli Hafner
Sent: Wednesday, October 03, 2012 5:51 PM
To: [email protected]
Subject: Re: no code analysis showing up with my builds
Is there a Findbugs action in your job's config.xml file?
Ulli
Am 03.10.2012 um 19:00 schrieb Rob Withers <[email protected]>:
There are no logs for analysis tools in the console log.
Rob
-----Original Message----- From: Ulli Hafner
Sent: Wednesday, October 03, 2012 12:47 PM
To: [email protected]
Subject: Re: no code analysis showing up with my builds
The analysis plug-ins log their results in the console log. Is there
something printed out?
E.g. [FINDBUGS] Parsing...
Does your build produce the artifacts (e.g. FindBugs results XML file)
that are read as input by the plugins?
Ulli
Am 03.10.2012 um 17:05 schrieb Rob Withers <[email protected]>:
I have the following plugins loaded:
1) JUnit Attachments Plugin
2) Static Analysis Utilities
3) Static Analysis Collector Plug-in
4) Checkstyle Plug-in
5) PMD Plug-in
6) FindBugs
7) DRY
My issue is no results are showing up when I do a build. I have enabled
the project to get these results. What gives?
thanks,
Rob