Tchuss Ulli,
I have reporters, but no "actions", if those are a separate section of the
xml. This is coming from the config.xml inside the jobs directory, and then
inside my project directory.
Here is the reporters section...
Danke,
Rob
<reporters>
<hudson.plugins.checkstyle.CheckStyleReporter plugin="checkstyle@3.31">
<healthy></healthy>
<unHealthy></unHealthy>
<pluginName>[CHECKSTYLE] </pluginName>
<thresholdLimit>low</thresholdLimit>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.47">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<dontComputeNew>true</dontComputeNew>
</hudson.plugins.checkstyle.CheckStyleReporter>
<hudson.plugins.findbugs.FindBugsReporter plugin="findbugs@4.44">
<healthy></healthy>
<unHealthy></unHealthy>
<pluginName>[FINDBUGS] </pluginName>
<thresholdLimit>low</thresholdLimit>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.47">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<dontComputeNew>true</dontComputeNew>
<isRankActivated>false</isRankActivated>
</hudson.plugins.findbugs.FindBugsReporter>
<hudson.plugins.pmd.PmdReporter plugin="pmd@3.32">
<healthy></healthy>
<unHealthy></unHealthy>
<pluginName>[PMD] </pluginName>
<thresholdLimit>low</thresholdLimit>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.47">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<dontComputeNew>true</dontComputeNew>
</hudson.plugins.pmd.PmdReporter>
<hudson.plugins.dry.DryReporter plugin="dry@2.32">
<healthy></healthy>
<unHealthy></unHealthy>
<pluginName>[DRY] </pluginName>
<thresholdLimit>low</thresholdLimit>
<canRunOnFailed>false</canRunOnFailed>
<useDeltaValues>false</useDeltaValues>
<thresholds plugin="analysis-core@1.47">
<unstableTotalAll></unstableTotalAll>
<unstableTotalHigh></unstableTotalHigh>
<unstableTotalNormal></unstableTotalNormal>
<unstableTotalLow></unstableTotalLow>
<failedTotalAll></failedTotalAll>
<failedTotalHigh></failedTotalHigh>
<failedTotalNormal></failedTotalNormal>
<failedTotalLow></failedTotalLow>
</thresholds>
<dontComputeNew>true</dontComputeNew>
<highThreshold>50</highThreshold>
<normalThreshold>25</normalThreshold>
</hudson.plugins.dry.DryReporter>
<hudson.maven.reporters.MavenMailer>
<recipients>reefed...@gmail.com</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
<perModuleEmail>true</perModuleEmail>
</hudson.maven.reporters.MavenMailer>
</reporters>
-----Original Message-----
From: Ulli Hafner
Sent: Wednesday, October 03, 2012 5:51 PM
To: jenkinsci-users@googlegroups.com
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 <reefed...@gmail.com>:
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: jenkinsci-users@googlegroups.com
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 <reefed...@gmail.com>:
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