Re: Static Analysis Collector Plugin and Pipelines

2018-02-07 Thread Ullrich Hafner
> Am 07.02.2018 um 16:12 schrieb Ingmar Wirths : > > Hello, > > I would like to use the Static Analysis Collector Plugin with my > Jenkins pipeline project. > > Can I do that? If so, how? > yes. step([$class: 'AnalysisPublisher‘]) You can specify all options of https://github.com/jenkinsc

Re: Return value from step (pipeline)

2017-11-30 Thread Ullrich Hafner
This is not yet possible. The findbugs step does not return anything currently. This will change in a future version of findbugs. See https://wiki.jenkins.io/display/JENKINS/Static+Analysis+in+Pipelines If you have any req

Re: gitblamer skips file annotation with relative path

2017-11-29 Thread Ullrich Hafner
This seems to be a bug: your relative path is converted to an absolute path by mistake. Can you please file an issue (don’t forget to add the affected parser). > Am 28.11.2017 um 23:12 schrieb Mathieu Zhang : > > I have the following workspace structure: > > - ${WORKSPACE}/git-checkout > - ${WO

Re: FindBugs Plugin issue with scripted pipeline

2017-08-25 Thread Ullrich Hafner
Ok, I think there is enough information to get the problem reproduced. I’ll write an ATH test case in order to reproduce it locally. Can you please file a corresponding issue in Jira? Otherwise important information might get lost... > Am 25.08.2017 um 08:29 schrieb Steffen Elste : > > Hi, > we

Re: FindBugs Plugin issue with scripted pipeline

2017-08-23 Thread Ullrich Hafner
It is hard to guess if you do not share the script you use. Are you using the multibranch plug-in? (Then https://issues.jenkins-ci.org/browse/JENKINS-43155 might be related.) I have several test cases using the scripted Jenkinsfile so it makes

Re: Parsing warnings in files with parser JSLint (Jenkins)

2017-08-03 Thread Ullrich Hafner
Seems that your lint output file uses a different format. The JSLint parser expects an XML file… Is there an option to change the format in jslint? > Am 03.08.2017 um 09:08 schrieb swarna~~ : > > I have a project in which JSLint parses the log file which contains the > output of the below comma

[RFC] Static analysis plug-ins in pipelines

2017-07-26 Thread Ullrich Hafner
Im currently discussing with several users on how to improve the static analysis plug-ins for pipelines, see [1] for details. If you are also using these plugins in your pipelines, feel free to leave any additional comments. Ulli [1] https://wiki.jenkins.io/display/JENKINS/Static+Analysis+in+Pi

Re: Configure Compiler Warining Priority

2017-06-21 Thread Ullrich Hafner
This is not possible yet. You can create a PR that changes the parser if your mapping makes sense for every one. > Am 20.06.2017 um 10:13 schrieb Angel Yanev : > > Hello everybody, > > I am wondering what is the way to configure which warning are with priority > Normal/High/Low. The GNU C Comp

Re: Why is the Jenkins team maintaining their own Maven Repository?

2016-12-22 Thread Ullrich Hafner
> Am 22.12.2016 um 11:37 schrieb Robert Reiz : > > Hi everybody, > > I'm the guy behind the open source project VersionEye > . Currently we track meta information for more > than 1.2 million OS projects from all kind of repository servers. > > I noticed that Jen

Accessing the checked out sources when using GitHub Organization Folder plugin

2016-11-03 Thread Ullrich Hafner
When using the GitHub Organization Folder plug-in Jenkins checks out automatically the sources of my project. However, in the corresponding Jenkinsfile these sources are not visible, they are stored in a different workspace with suffix @script. My Jenkinsfile currently is just a simple maven c

Re: false Static Analysis Warnings with symlinks in ClearCase

2016-04-07 Thread Ullrich Hafner
Please create a new bug report in the issue tracker for the warnings plugin. Paste the offending console log snippet into the description (with {norformat} tags), maybe the regular expression of the gcc parser can be improved. Viele Grüße, Ulli > Am 07.04.2016 um 07:32 schrieb Graham Menhennit

Re: crash plug-in warning - java heap space

2016-01-23 Thread Ullrich Hafner
Parsing is done on the master. > Am 22.01.2016 um 14:45 schrieb iostrym : > > Hi, > > We did a crash with jenkins, using plug-in warnings with a logfile that is 70 > Mo big : > > [WARNINGS] Parsing warnings in console log with parser FPGA_Questa_UVM > ERROR: Publisher hudson.plugins.warnings.W

Re: console parsing with master/slave architecture

2016-01-11 Thread Ullrich Hafner
You can check the warnings plug-in: here you can define your own parser using Groovy… > Am 11.01.2016 um 13:06 schrieb iostrym : > > Hi all, > > I'm looking for a console parsing that don't need a file in the jenkins > server. Because I have no physical access to the linux server. > > But if

Re: [workflow-plugin] Warnings plugin not parsing console?

2015-12-22 Thread Ullrich Hafner
. > Am 22.12.2015 um 18:27 schrieb Craig Rodrigues : > > Hi, > > Without workflow it works. > I copied and pasted the logs from my screen into two different files, > because they were on two different screens. > > -- > Craig > > > On Tue, Dec 22, 2015 at 9:20

Re: Using Warnings plugin and Log parser plugin a Jenkins Workflow job

2015-10-13 Thread Ullrich Hafner
> Am 13.10.2015 um 12:27 schrieb Leon Leon : > > Dear Jenkins Users, > > I am trying to use the Warnings plugin in a Workflow job. However, since it > is not available in the snippet generator. I am using it this way: > step([$class: 'WarningsPublisher', consoleParsers: [[parserName: > 'myPars

Re: Findbugs found bugs but FindBug Jenkin plugin doesn't regconize at all

2015-09-12 Thread Ullrich Hafner
Then please create a bug report and attach the file. > Am 11.09.2015 um 03:08 schrieb Tùng Trần : > > "Is the bug referenced in the result file /root/.jenkins/jobs/apache- > cxf-sample/workspace/apache-cxf/apache-cxf-sample/target/findbugs/findbugsXml.xml?" > => Yes Ultron, :D > > -- > You recei

Re: Findbugs found bugs but FindBug Jenkin plugin doesn't regconize at all

2015-09-10 Thread Ullrich Hafner
Is the bug referenced in the result file /root/.jenkins/jobs/apache-cxf-sample/workspace/apache-cxf/apache-cxf-sample/target/findbugs/findbugsXml.xml? > Am 10.09.2015 um 10:53 schrieb Tùng Trần : > > Hi friends, > I have a maven project on Jenkins 1.628 . I use > findbug

Re: jenkins and code analysis

2015-07-14 Thread Ullrich Hafner
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

Re: warnings plugin. Filtering builds for trend graph and differences by parameter.

2015-05-19 Thread Ullrich Hafner
No, this is not possible. > Am 19.05.2015 um 14:42 schrieb Jacek Tomaka : > > Hi, > Does warnings plugin allow to filter builds that appear on the warning trends > graph? > > We do incremental builds during the day and only full builds (in clear > workspace) nightly. > > These builds differ b

Re: warning plugin, present information about log filename

2015-05-19 Thread Ullrich Hafner
tion if the stream is from the console log or file (master or slave) is not available for a parser up to now. > > Best regards, Tomasz Majchrowski. > > W dniu wtorek, 19 maja 2015 11:36:25 UTC+2 użytkownik Ullrich Hafner napisał: > This is not possible. Since a parser might be use

Re: warning plugin, present information about log filename

2015-05-19 Thread Ullrich Hafner
This is not possible. Since a parser might be used to parse the console log or a external file this information is not available. > Am 19.05.2015 um 11:18 schrieb Tomasz Majchrowski : > > Hi, > > Does anyone know if there a possibility to include log file-name that > contains warning in the re

Re: Why is a release candidate plugin update available from the stable update site?

2015-04-30 Thread Ullrich Hafner
I don’t think that plugins are yet part of the LTS releases. So you see all plugin updates in both channels. > Am 30.04.2015 um 11:46 schrieb Benjamin : > > > > Hi, > > I configured the Update Site to use the stable update site > (http://updates.jenkins-ci.org/stable/update-center.json): >

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Ullrich Hafner
during the mvn pre or post steps? > > On Tuesday, 12 August 2014 05:09:24 UTC-5, Ullrich Hafner wrote: >> >> Did you try to use a freestyle project? >> >> Am Freitag, 8. August 2014 schrieb Eric Smalling : >> >>> I'm trying to find a workaround

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Ullrich Hafner
Did you try to use a freestyle project? Am Freitag, 8. August 2014 schrieb Eric Smalling : > I'm trying to find a workaround for > https://issues.jenkins-ci.org/browse/JENKINS-22252?focusedCommentId=207405#comment-207405 > > I've found that using Maven 3.1.1 works but I don't want to lose some of

Re: People using the LDAP plugin to connect to Active Directory

2014-05-24 Thread Ullrich Hafner
Are you planning to update the test? Am Freitag, 23. Mai 2014 schrieb Stephen Connolly : > Well if the tests are non UI tests driven through the UI then they can be > overly brittle. > > @Kohsuke this is a case in point > > On Thursday, 22 May 2014, Ulli Hafner > > > wrote: > >> Seems that the n

Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-21 Thread Ullrich Hafner
the problem is that in the scenario > I highlighted, Jenkins aggregate plugin is showing double the actual number > of warnings. > > On Fri, Feb 21, 2014 at 2:06 AM, Ullrich Hafner > > > wrote: > >> You do not need to aggregate in Maven, the Jenkins plugin does that fo

Re: Is it possible to scan for warnings in Visual Studio PREfast files

2014-02-20 Thread Ullrich Hafner
This format is not yet supported. Maybe you can write a new parser based on one of the existing XML parsers. Typically the groovy parsers are better suited for non-Xml files. Interested in providing one? Am Donnerstag, 20. Februar 2014 schrieb Baptiste Mathus : > You can define a custom warnings

Re: Double checkstyle/pmd/findbugs warnings in a jenkins maven multimodule job

2014-02-20 Thread Ullrich Hafner
You do not need to aggregate in Maven, the Jenkins plugin does that for you. Am Donnerstag, 20. Februar 2014 schrieb pa7751 : > I have a jenkins maven job with an aggregator pom and a bunch of > submodules. When jenkins displays the aggregated checkstyle/pmd/findbugs > warnings it does it like so

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

2013-11-21 Thread Ullrich Hafner
en job pick up that findbugs.xml file in > my-submodule/target/findbugs.xml ? > > On Thursday, November 21, 2013 4:15:53 PM UTC-5, Ullrich Hafner wrote: >> >> For Maven jobs, the file name is automatically derived from the pom. >> For Freestyle jobs, you can enter the filenam

Re: Compiler warnings script in global configuration

2013-10-25 Thread Ullrich Hafner
is it not able to detect from console log? >> > >> > Thanks, >> > Maneesh >> > >> > On Thursday, October 24, 2013 3:57:54 PM UTC-7, Ullrich Hafner wrote: >> > >> > Am 25.10.2013 um 00:42 schrieb Maneesh M P : >> > >> >>

Re: Compiler warnings script in global configuration

2013-10-23 Thread Ullrich Hafner
or, since my regexp detected > correctly from sample log > > On Wednesday, October 23, 2013 8:30:03 AM UTC-7, Ullrich Hafner wrote: >> >> What is in your console log? Is there no side panel link? >> >> Ulli >> >> Am 23.10.2013 um 10:19 schrieb Maneesh M P :

Re: Compiler warnings script in global configuration

2013-10-22 Thread Ullrich Hafner
Isn't there an example in the help of the script and regular expression text fields? Ulli Am Mittwoch, 23. Oktober 2013 schrieb Maneesh M P : > I would like to add a "error" finding script for our project. I know I can > add a groovy script under compiler warning global configuration. > Can anyo

Re: Warnings Plugin MSBuild Parser detection of Visual Studio Code Analysis Warnings

2013-10-20 Thread Ullrich Hafner
Yes, it should work on Visual Studio messages, too. Please file a new bug report, it should be quite easy to fix. Ulli Am Samstag, 19. Oktober 2013 schrieb Mike Hambidge : > Does anyone know if the MSBuild parser for the Warnings Plugin is supposed > to detection Visual Studio Code Analysis warn

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Ullrich Hafner
y [CHECKSTYLE] message in the logs. > > [image: Inline image 1] > > > > Gaurang Shah > Blog: qtp-help.blogspot.com > Mobile: +91 738756556 > > > On Fri, Aug 30, 2013 at 1:33 AM, Ullrich Hafner > 'ullrich.haf...@gmail.com');> > > wrote: > >

Re: Jenkins Shows Empty Reports for CheckStyle Plugin

2013-08-29 Thread Ullrich Hafner
Why are you running CheckStyle as pre step? Can you retry as Build step? Is there a [CHECKSTYLE] Message in the Log? Am Donnerstag, 29. August 2013 schrieb Gaurang shah : > > Hi Guys, > > I am trying to configure *checkstyle *plugin for few days, however facing > a problem. > > I have *Pre-Steps

Re: Jenkins vs Hudson: Complier warnings

2012-08-29 Thread Ullrich Hafner
On 08/09/2012 03:03 PM, Engler wrote: > I'm having difficulty tring to use the compiler warning plugin on > Jenkins. I have analysis-core and warnings plugins installed. I try > to add the trend graph to the job by configuring the project. I get > the the point in the configuration where you get

Re: Warnings plugin; Can I exclude certain warnings?

2012-08-24 Thread Ullrich Hafner
On 08/24/2012 11:20 AM, matthew.web...@diamond.ac.uk wrote: > The Jenkins Warnings plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin) allows us to > select (via a regex) which files we want to analyse. However, I could not see > any way to exclude certain warnings we are not

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Seems that the context hash code is not computed. Are the filenames correct? Is this a maven or freestyle job? Can you please file an issue so we can discuss this problem in Jira? Ulli On 07/19/2012 01:35 PM, abune...@gmail.com wrote: > Which file plug-in file created file do you need exactly? >

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Can you please file a bug report and attach the pmd warnings files that are created by my plug-in (in the build folder) so I can compare these two files...? Ulli On 07/19/2012 10:51 AM, abune...@gmail.com wrote: > Yes, definitely the same PMD version. Before the PMD upgrade there > were no PMD wa

Re: New vs. fixed PMD warnings detection

2012-07-19 Thread Ullrich Hafner
Is the current and reference build using the same PMD version? Maybe the IDs of the rules changed in PMD5... Ulli On 07/19/2012 09:59 AM, abune...@gmail.com wrote: > Hi, > > I'm using the PMD plugin to detect and monitor PMD warnings that are > found in my builds. I recently upgraded to PMD 5.0 a

Re: viewsvn url

2012-07-12 Thread Ullrich Hafner
On 07/12/2012 11:32 AM, tcendrowski wrote: > Hi. > > I want to set url in viewsvn repository browser. I have > downloaded subversion-1.7.5 and copied it into workspace directory. > Hudson help tells that url should be like > this http://svn.apache.org/viewvc , but content of this directory is > dif

Re: DRY plugin broken

2012-07-11 Thread Ullrich Hafner
Which version of analysis-core is installed? Which version of the dry plug-in did you install? Ulli On 07/11/2012 05:47 AM, Jon Schewe wrote: > I just updated to jenkins 1.474 and the latest DRY plugin and I get > this and then my projects won't load because DryProjectAction can't be > found. > >

Re: websvn url

2012-07-06 Thread Ullrich Hafner
Ulli Hafner wrote: > > Just one additional note: I'm using the websvn2 plugin. > > Ulli > > On 07/03/2012 03:02 PM, Ullrich Hafner wrote: > > I'm using something like: > > > > > https://myserver/websvn/listing.php?

Re: websvn url

2012-07-03 Thread Ullrich Hafner
Just one additional note: I'm using the websvn2 plugin. Ulli On 07/03/2012 03:02 PM, Ullrich Hafner wrote: > I'm using something like: > > https://myserver/websvn/listing.php?repname=myreponame&path=/trunk > > On 07/03/2012 02:33 PM, tcendrowski wrote: >>

Re: websvn url

2012-07-03 Thread Ullrich Hafner
I'm using something like: https://myserver/websvn/listing.php?repname=myreponame&path=/trunk On 07/03/2012 02:33 PM, tcendrowski wrote: > Hi > > I would like to set URL in Repositry Browser section for WebSVN. I > have websvn 2.3.3 in workspace directory, but I don't know how exactly > should it

Re: CI-Game points issue

2012-06-21 Thread Ullrich Hafner
On 06/22/2012 04:00 AM, RShoemaker wrote: > I just installed Jenkins 1.466 and ci-game 1.18. All the other > plugins I installed are more recent than what's listed in the > requirements, but every build says it's worth 0 points and that there > were no players. I configured my job to run all the

Re: Email with pmd | checkstyle

2012-05-31 Thread Ullrich Hafner
ject model). And you don't need to fork/clone the email-ext plug-in if you are not familiar with this process. It would be sufficient to copy my template and change some of these blocks with corresponding calls to your favorite plug-ins. Ulli > Michael > > -Original M

Re: Email with pmd | checkstyle

2012-05-31 Thread Ullrich Hafner
emplate for Clover and Robot > Framework? > > Regards, > Michael > > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ullrich Hafner > Sent: Tuesday, May 22, 2012 12:28 PM > To: jenkinsci-

Re: An aggregated Test report view for several jobs?

2012-05-24 Thread Ullrich Hafner
You can use the dashboard-view-plugin. It has some portlets that show test results for the selected set of jobs. Ulli On 05/24/2012 05:25 PM, Mickael Istria wrote: > Hello, > > I'm trying to find a way to have an aggregated view of test results > for a set of jobs. This jobs are independent and a

Re: more graphs from junit tests?

2012-05-24 Thread Ullrich Hafner
On 05/24/2012 02:58 PM, Anthony Newnam wrote: > On Thursday, May 24, 2012 3:30:55 AM UTC-5, Ulli Hafner wrote: > > On 05/23/2012 11:23 PM, Anthony Newnam wrote: > > Is there a way for me to get a graph with time as the x axis > instead > > of build number and see a graph of how long

Re: more graphs from junit tests?

2012-05-24 Thread Ullrich Hafner
On 05/23/2012 11:23 PM, Anthony Newnam wrote: > Is there a way for me to get a graph with time as the x axis instead > of build number and see a graph of how long the tests took/how long an > individual test took over time? > > It seems like the only way the graphs could be useful if they're over >

Re: Email with pmd | checkstyle

2012-05-24 Thread Ullrich Hafner
>> Here is the stackoverflow link > >> > >> > >> > > http://stackoverflow.com/questions/8184944/can-i-configure-jenkins-to-send-an-email-with-a-static-analysis-report-summary > >> > >> > >> Regards, > >> Arjun >

Re: Email with pmd | checkstyle

2012-05-23 Thread Ullrich Hafner
igure-jenkins-to-send-an-email-with-a-static-analysis-report-summary > > > Regards, > Arjun > > > > On Tue, May 22, 2012 at 3:57 PM, Ullrich Hafner > mailto:ullrich.haf...@gmail.com>> wrote: > > On 05/22/2012 11:49 AM, arjun tr wrote: >

Re: Email with pmd | checkstyle

2012-05-22 Thread Ullrich Hafner
On 05/22/2012 11:49 AM, arjun tr wrote: > I was trying to include short summary of cobertura, pmd, checkstyle, > findbugs reports in emails. > I was able to get configurations for cobertura but not for others with > jelly. > Is there any place which details on the other plugin configurations > and

Re: Violations Plugin and JSlint

2012-04-30 Thread Ullrich Hafner
On 04/29/2012 10:46 PM, Daniel Becroft wrote: > On Wed, Mar 21, 2012 at 6:34 PM, timos > wrote: > > The same problem here. At file system level I can see a generated > jshint.xml file containing the JSLint errors, a violations/ > violations.xml file a

Re: svn plugin not working anymore!

2012-04-23 Thread Ullrich Hafner
This bug has been resolved in release 1.25. Ulli On 04/23/2012 01:44 PM, Edward Cullen wrote: > On 20/04/12 15:57, Federico Paolantoni wrote: >> Dear List >> I think i've found the issue. >> It seems caused from plugin Static Analysis Collector Plug-in >>

[ANN] warnings plug-in 4.0 and Inca Trails

2012-04-20 Thread Ullrich Hafner
Hi, a new release of the warnings plug-in is available in the update center. This release changes the representation in the user interface quite fundamentally: the warnings of each selected parser are now represented with individual Jenkins action. I.e., you will have build results, side panel lin

Re: Findbugs report with excluded packages

2012-04-20 Thread Ullrich Hafner
o is facing this kind of problem. > > > -----Original Message- > From: Ullrich Hafner > To: jenkinsci-users > Sent: Thu, Apr 19, 2012 8:57 pm > Subject: Re: Fwd: Findbugs report with excluded packages > > Maybe y

Re: Fwd: Findbugs report with excluded packages

2012-04-19 Thread Ullrich Hafner
findbugs to see after effect > > I am confused here whats going wrong, I need to generate all three > reports in single project so that everything is accessible on single > project. > Attaching my findbugs-exclude.xml file for reference. > > I am using “maven-findbugs-plugin” ve

Re: Findbugs report with excluded packages

2012-04-16 Thread Ullrich Hafner
packages, > Or do I need to put exclude list under each modules rather than using > it only in parent pom? > Any help in this regard is highly appreciated. > > > -Original Message- > From: Ullrich Hafner <mailto:ullrich.haf...@gmail.com>> > To: jenkinsci-use

Re: Warnings Plugin and Mail-ext Integration

2012-04-11 Thread Ullrich Hafner
rence.execute(ASTReference.java:83) > at > org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57) > at > org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:5 > 1) > at > org.apache.commons.jexl.ExpressionImpl.ev

Re: Warnings Plugin and Mail-ext Integration

2012-04-11 Thread Ullrich Hafner
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80) > at > hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:72) > at > org.apache.commons.jelly.tags.core.CoreTagLibrary$3.run(CoreTagLibrary.java:134) > > > > On

Re: Warnings Plugin and Mail-ext Integration

2012-04-11 Thread Ullrich Hafner
I haven't yet done that but it should be possible to access the objects using this method from your script: WarningsResultAction action = getAction("hudson.plugins.warnings.WarningsResultAction") >From this object you get the result using action.getResult() Maybe we can work together on making an

Re: Plugin warning when restarting jenkins

2012-04-11 Thread Ullrich Hafner
Seems that some previously installed plug-ins are not installed anymore. Try to install the plug-ins buildresulttrigger and postbuildtask. Or, if you don't need these plug-ins, discard the data using the corresponding button in Jenkins management screen. Ulli On 04/11/2012 09:43 AM, Suri wrote:

Re: Marking a build unstable for new warnings

2012-04-02 Thread Ullrich Hafner
I'm not sure if I understand your use case. What is wrong about the current implementation? Currently a build remains unstable until all new warnings are fixed (see https://issues.jenkins-ci.org/browse/JENKINS-5147). This is the same behavior as for unit tests. Here also a build remains unstable un

Re: Simple newbie question on how Post-build actions work...

2012-03-29 Thread Ullrich Hafner
I think you are on the right way. You don't need to check in the output.xml files, just check in the build.xml file and create the findbugs or checkstyle results while running the build (with your build.xml file) in the Jenkins workspace. Ulli On 03/29/2012 09:21 AM, Richard Berger wrote: > OK, I

Re: how to report on multiple iterations of the same test

2012-03-29 Thread Ullrich Hafner
Can't you change the name of the test case dynamically? E.g., using a TestRunner? Ulli On 03/28/2012 10:54 PM, bl0ck3r wrote: > I need to report on multiple iterations of the same test when it is > run with different seeds. With the following report, jenkins does not > see multiple iterations...

Re: Jenkins and m-failsafe-p

2012-03-15 Thread Ullrich Hafner
On 03/15/2012 10:08 AM, Asmann, Roland wrote: > Hi all, > > When will Jenkins fully support m-failsafe-p? Currently, when a test > with m-surefire-p fails, the build continues and is shown as 'unstable'. > When a test fails in m-failsafe-p, the build will fail and is therefor > shown as 'failed'.

parameterized-trigger plug-in and subversion revision in downstream projects

2012-03-07 Thread Ullrich Hafner
I have a simple setup of two projects A and B using subversion. Both use subversion polling as build trigger. Is the following use case possible (using the parameterized-trigger plug-in)? - When there is a change in A (SVN rev-x), then a successful build of A triggers a build of B with SVN rev-x

Re: No more scripts in View/Dashboard description

2012-03-07 Thread Ullrich Hafner
On 03/07/2012 11:31 AM, Daniel Tkatch wrote: > It's possible to use HTML in the view description in Jenkins. I also > used a JavaScript

Re: Specifying files in warnings plugin

2012-03-05 Thread Ullrich Hafner
On 03/05/2012 04:08 PM, matthew.web...@diamond.ac.uk wrote: > We've just started using the warnings plugin, scanning the console log for > Buckminster compiler warnings. > > I want to only collect warnings for selected source files, so I clicked > "Advanced" which offers options "Warnings to incl

Re: CheckStyle plugin problem

2012-02-29 Thread Ullrich Hafner
Looks like an old version of analysis-core plugin (static analysis utilities). Please upgrade. Ulli On 02/29/2012 10:48 AM, BEvans wrote: > I'm currently trying to configure the CheckStyle Jenkins plugin for > use in a job, however when the job is configured to Publish Checkstyle > analysis resul

Re: Findbugs XML publish error

2012-02-29 Thread Ullrich Hafner
This is an incompatibility between findbugs plug-in and the flexible-publisher plug-in. Will be fixed with the next releases of the analysis plug-ins and the flexible-publisher plug-in. See https://issues.jenkins-ci.org/browse/JENKINS-12182, https://issues.jenkins-ci.org/browse/JENKINS-12692, http

Re: AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Ullrich Hafner
; Maven2/3 job type? > > Best regards, > Eric > > -Ursprüngliche Nachricht- > Von: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Ullrich Hafner > Gesendet: Dienstag, 21. Februar 2012 21:53 > An: jenkinsci-users@googlegroups.

Re: AW: Findbugs Plugin doesn't find report

2012-02-21 Thread Ullrich Hafner
findbugsXmlWithMessages doesn't exist > > The files I have in my target directory are: > findbugs.xml > findbugs-exclude.xml > findbugsXml.xml > > Best regards, > Eric > > -Ursprüngliche Nachricht- > Von: jenkinsci-users@googlegroups.com > [mailto:jen

Re: Findbugs Plugin doesn't find report

2012-02-21 Thread Ullrich Hafner
Seems that the report is found, but the warnings are not reported... [FINDBUGS] Successfully parsed file /ige/jenkins/work/jobs/base/workspace/base-impl/target/findbugs.xml of module Implementation of Base Services with 0 warnings. What looks suspicious is the filename, did you use the followi

Re: CVS jobs failing with plugin version 2.0

2012-02-16 Thread Ullrich Hafner
See JENKINS-12599 On 02/16/2012 03:14 PM, Harpel, Craig wrote: > > Yesterday, I upgraded from Jenkins 1.444 to 1.451, and at the same > time upgraded the CVS plugin from 1.6 to 2.0. Now all of my CVS jobs > are failing with the same kind of error as seen below. Reverting to > version 1.6 fixes

Re: warnings plugin

2012-02-13 Thread Ullrich Hafner
ess. > > > > So for this version of javadoc it looks like*“.**\w\.java: warning –“ > – so again I would think that “warning” could be used the same as > javadoc (although 1.7 and pre 1.6 vms may be different and it may be > different still if you don’t use maven?) > >

Re: warnings plugin

2012-02-10 Thread Ullrich Hafner
The parsing depends on the size of the file to read. Each line is matched with a regular expression. The complexity of these expressions is quite different for different parsers. The Java parser has an optimization step: it using a string matcher for each line that detects the existence of the wor

<    1   2