Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-23 Thread Ulli Hafner
Can you please check if the findbugs build is enabled as post build step? Normally the plug-in should show at least one [FINDBUGS] message in the console log. Did you look into the console log of the submodule or the whole job? Ulli Am 22.11.2013 um 13:17 schrieb John D. Ament : > My results

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-22 Thread John D. Ament
My results are currently inconsistent with two projects. In both projects, my maven command line is the same, e.g. clean install deploy findbugs:findbugs In one project, Jenkins is picking up the findbugsXml.xml and running findbugs against it. In the other, no I do not see the FINDBUGS outpu

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread Ullrich Hafner
In a maven job every child module XML should be picked up automatically. How do you start findbugs? Which version of the maven findbugs plugin are you using? Newer version should produce a findbugsXml.xml file and not the outdated find bugs.xml file... Are there logging messages in the console log

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread John D. Ament
So if I have a multi module project, where the root pom.xml doesn't have findbugs, but instead one of the child modules has it, there's not possibility to have a maven job pick up that findbugs.xml file in my-submodule/target/findbugs.xml ? On Thursday, November 21, 2013 4:15:53 PM UTC-5, Ullri

Re: Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread Ulli Hafner
For Maven jobs, the file name is automatically derived from the pom. For Freestyle jobs, you can enter the filename in the advanced section. Ulli Am 21.11.2013 um 19:52 schrieb John D. Ament : > All, > > Is it possible to tell Jenkins where to find the findbugs xml file after > running a buil

Findbugs plugin - tell Jenkins where to find the XML file

2013-11-21 Thread John D. Ament
All, Is it possible to tell Jenkins where to find the findbugs xml file after running a build? I have a multi module project, and want Jenkins to be able to run findbugs analysis on all of the XML files and report against it that way. John -- You received this message because you are subscrib