Re: Warnings Next Generation Plugin with CodeWarrior

2019-03-04 Thread Ullrich Hafner
If you are interested then you could also create a small PR that describes your approach in the help of the parser: https://github.com/jenkinsci/warnings-ng-plugin/blob/master/src/main/java/io/jenkins/plugins/analysis/warnings/MetrowerksCodeWarrior.java

Re: Warnings Next Generation Plugin with CodeWarrior

2019-03-07 Thread Ullrich Hafner
> Am 07.03.2019 um 13:10 schrieb Gavin Nottage : > > I started to work on adding the help text as suggested, but have got very > confused. I'm an embedded C programmer and while Java is mostly > understandable, I haven't found a suitable guide for contributing to existing > plugins. I have so

Re: Publisher 'Publish JUnit test result report' failed: None of the test reports contained any result

2019-04-01 Thread Ullrich Hafner
JaCoCo is a code coverage tool. The report you pasted is the code coverage result. This can visualized in Jenkins using the https://plugins.jenkins.io/code-coverage-api plugin. The JUnit plugin can’t read those reports. In order to visualize JUnit

Re: Publisher 'Publish JUnit test result report' failed: None of the test reports contained any result

2019-04-03 Thread Ullrich Hafner
Please use text when showing text output, images are not helpful. The error message indicates that your report has not been found. I.e. the pattern is wrong. > Am 03.04.2019 um 14:31 schrieb yash sharma : > > -- You received this message because you are subscribed to the Google Groups "Je

Re: Jenkins JUnit Plugin - Unstable issues

2019-04-27 Thread Ullrich Hafner
The JUnit plugin cannot set the build result to failed. The unstable state is a feature of Jenkins. (If you need to set the build to failed you can do this with your build tool, but I would not recommend to do it) > Am 27.04.2019 um 00:27 schrieb cliffhanger...@gmail.com: > > Hi, > > So I am

Re: Jenkins JUnit Plugin - Unstable issues

2019-04-30 Thread Ullrich Hafner
changed > build result to UNSTABLE" > > I am guessing that means there is something in JUnit reporter which can set > the build status to pass or fail. > Yes: it sets the status to UNSTABLE or SUCCESS. But never to FAILED. > --Ishan > > On Saturday, April 27, 2

Re: Warnings Next Generation Plugin With GCC C++

2019-05-06 Thread Ullrich Hafner
> Am 06.05.2019 um 12:27 schrieb Sverre Moe : > > How do I use this plugin to record and show C/C++ Warnings/Errors from GCC? > > There is two tools available GNU C Compiler (gcc3) and GNU C Compiler (gcc4), > but are those for C? > We are using a much newer version of GCC. > I think I shoul

Re: Warnings Next Generation Plugin With GCC C++

2019-05-06 Thread Ullrich Hafner
There are some open issues about that: https://issues.jenkins-ci.org/browse/JENKINS-44450 https://issues.jenkins-ci.org/browse/JENKINS-55258 As a workaround you should pipe the log to a file

Re: Warnings Next Generation Plugin With GCC C++

2019-05-06 Thread Ullrich Hafner
> Am 06.05.2019 um 14:47 schrieb Sverre Moe : > > mandag 6. mai 2019 13.23.02 UTC+2 skrev Ullrich Hafner følgende: > There are some open issues about that: > https://issues.jenkins-ci.org/browse/JENKINS-44450 > <https://issues.jenkins-ci.org/browse/JENKINS-44450>

Re: Jenkins JUnit Plugin - Unstable issues

2019-05-07 Thread Ullrich Hafner
Yes: the plugin sets the status to UNSTABLE or SUCCESS. But never to FAILED. > Am 06.05.2019 um 22:17 schrieb cliffhanger...@gmail.com: > > Yes: it sets the status to UNSTABLE or SUCCESS. But never to FAILED. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Warnings Next Generation Plugin: Keep its history after discard builds

2019-05-27 Thread Ullrich Hafner
The trend charts are created dynamically using the available build results. So if you delete builds, then those results are also not available anymore. (This concept should be similar for all Jenkins plugins, or are e.g. test results shown for deleted builds?). One workaround would be to delet

Re: Pipeline: The sh step does not show all output

2019-05-27 Thread Ullrich Hafner
Would a workaround as shown in https://issues.jenkins-ci.org/browse/JENKINS-54832 help? > Am 27.05.2019 um 12:51 schrieb Sverre Moe : > > I found a way to ouput both stdout and stderr, but then I didn't get either > in Jenkins Console. > sh(

Re: Updates to the Blue Ocean plugin and a new Pipeline sub-project

2019-06-18 Thread Ullrich Hafner
> Am 17.06.2019 um 13:17 schrieb Jeremy Hartley : > > Hello fellow Jenkins users and developers, > > I am a product manager at CloudBees and have taken over responsibility for > the Jenkins Blue Ocean sub-project. Over the last year, the teams working on > Jenkins at CloudBees have looked at t

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Ullrich Hafner
Or you can use the https://wiki.jenkins.io/display/JENKINS/Text-finder+Plugin It provides already a way to grep files for a pattern and set the build status accordingly. > Am 12.08.2019 um 06:49 schrieb 'Björn Pedersen' via Jenkins Us

Re: JUnit Results not parsing in Jenkinsfile-based Pipeline Build

2019-08-18 Thread Ullrich Hafner
Shoudn’t the command use ’testResults’ as parameter name? junit testResults: '**/build/pytest.xml' > Am 18.08.2019 um 06:42 schrieb Matt Hollingsworth : > > Hi everyone, > > I ran into a weird issue that I thought you might be able to help > troubleshoot. I'm using Jenkinsfile-based Pipelines

Re: How to enable "recordIssues tool: pyLint"

2019-10-24 Thread Ullrich Hafner
You need to install the warnings-ng plugin: https://github.com/jenkinsci/warnings-ng-plugin For more details please ask in our Gitter channel: https://gitter.im/jenkinsci/warnings-plugin > Am 24.10

Re: Inject Test issue while plugin genration

2019-12-12 Thread Ullrich Hafner
The messages already tells you what to do: > is missing in > file:/Users/selva-5820/plugin/sprints-jenkins-plugin/target/classes/io/jenkins/plugins/jenkinswork/buildstepaction/FeedStatus/config.jelly Using a web search engine will lead to the following page: https://wiki.jenkins.io/display/JENK

Re: Client side validation in Jenkins Plugin using jelly

2020-01-16 Thread Ullrich Hafner
Did you look into the https://plugins.jenkins.io/ui-samples-plugin? There are a lot of Jenkins UI elements explained there... > Am 16.01.2020 um 11:51 schrieb vinita sanghi : > > I am using jelly controls for UI design in my Jenkins plugin. I need

Re: how to parse the console log of jenkins pipeline using groovy and search for a string and get the line which contains the string

2020-02-27 Thread Ullrich Hafner
https://github.com/jenkinsci/warnings-ng-plugin > Am 27.02.2020 um 07:35 schrieb Aditya Varma : > > Can you please help me with this -- > how to parse the console log of jenkins > pipeline using groovy and search for a string and get the line which contains > the string > > -- > You received

Re: Jenkins 2.204.3 -> java.lang.IllegalStateException: Form is larger than max length 200000

2020-03-03 Thread Ullrich Hafner
2.204.4 is on its way, see https://groups.google.com/d/msg/jenkinsci-dev/M_RtDuDXtbU/AZTw8LtvHAAJ > Am 03.03.2020 um 11:10 schrieb Martin Jost : > > Hello, > > I'm getting - on trying to [Save] a change to a view configu

Re: How to report a affected Jehnkins/polugin version for an already existing JIRA ticket

2020-03-04 Thread Ullrich Hafner
> What I don't understand:How do I correctly report: "I've found this existing > issue in this not yet mentioned Jenkins (plugin, ...) version" > Do I just add a comment to an existing ticket referring to the version > affected too ? Yes, that would make sense. > I've checked https://wiki.jenk

Re: Coverage API: jacoco instead of jacocoAdapter

2020-03-06 Thread Ullrich Hafner
It simply means that you can use the symboled `jacoco` in your pipeline if you do not have the jacoco-plugin installed. Otherwise you need to use the name `jacocoAdapter` (both symbols refer to the same thing). Since the jacoco plugin also provides a step with the symbol `jacoco` your pipeline w

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-02 Thread Ullrich Hafner
> Am 02.04.2020 um 13:06 schrieb Hakan Rafik : > > I'm using the next generation plugins to represent the CppCheck warnings and > errors. > But the plugins is not parsing Carriage return: or Line feed: . > I've tried to feed the plugins with the given example > (https://github.com/jenkins

Re: CppCheck(XML parsing) with Warning-Next-Generation plugins

2020-04-03 Thread Ullrich Hafner
lugin <https://github.com/jenkinsci/file-operations-plugin> I’m using that in my testing courses to create manual integration tests that use fake input files for my warning plugin. With this plugin you can create an example file for cppcheck in the workspace. > > On Thu, Apr 2, 2020 at

Re: Warnings Next Generation Plugin: git rev-parse HEAD^{commit} takes a (too) long time

2020-06-04 Thread Ullrich Hafner
You can disable that part, see https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md#source-code-blames-for-git-projects > Am 04.06.2020 um 08:31 sc

Re: NoSuchMethodError in BFA-plugin

2020-06-16 Thread Ullrich Hafner
In my workspace 1.0.19 version of jfreechart is used. Seems that the plugin uses a method that is not there anymore because of an outdated library reference. Please file a bug report for the plugin in Jira. > Am 16.06.2020 um 09:14 schrieb Torsten Reinhard : > > Hi, > > I´m running Jenkins

Re: Available plugins are hidden

2020-07-01 Thread Ullrich Hafner
> Am 30.06.2020 um 22:33 schrieb BarraS : > > I find it somewhat unintuitive, but I guess I should have read the manual. Well, you never should be required to read a manual to understand on how to use the search field :-) I also think this is not intuitive, it also has been discussed in the P

Re: Vulnerability in JQuery on Jenkins

2020-08-26 Thread Ullrich Hafner
You cannot update this specific version. There are still some plugins (and maybe some old core scripts as well) that use jQuery 1, so we cannot remove that dependency. If a new plugin wants to use jQuery then there is an additional plugin available: https://github.com/jenkinsci/jquery3-api-plugi

Re: Unable to list Warnings Next Generation plugin

2020-09-20 Thread Ullrich Hafner
I added the new plugin as a dependency to the deprecated warnings plugin so users automatically have the new plugin installed. > Am 20.09.2020 um 06:41 schrieb Praveen Kumar K S : > > Hello, > > Today I have upgraded Jenkins to 2.249.1. After the upgrade, Jenkins > suggested removing deprecate

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 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: 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: 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: 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-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: 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: 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: 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-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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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'.

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: 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: 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: 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: 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: 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
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: 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: 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-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

[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: 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 >>

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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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
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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: Java heap space

2018-02-08 Thread Ullrich Hafner
How many warnings do you have? > Am 08.02.2018 um 18:01 schrieb Consult Hyperion * : > > I keep getting this on a job - the worker is fine with other jobs: > > [WARNINGS] Parsing warnings in console log with parser MSBuild > Skipping warnings blame since Git is the only supported SCM up to now.%

Re: Java heap space

2018-02-10 Thread Ullrich Hafner
that was just too many and it was overloading something. Is > that the problem? > > > On Thursday, February 8, 2018 at 5:16:52 PM UTC, Ullrich Hafner wrote: > How many warnings do you have? > >> Am 08.02.2018 um 18:01 schrieb Consult Hyperion * >: >> >>

Re: Stage View for Freestyle Job

2018-03-16 Thread Ullrich Hafner
Which information is missing? A freestyle job already has a page for each build with all important post steps. > Am 16.03.2018 um 14:36 schrieb StickSto : > > Hello All, > > Is it possible to get Stage View kind of Result Window to Jenkins's Freestyle > Job? > > Or what kind of Result Windows

Re: Trend Graph

2018-03-29 Thread Ullrich Hafner
I think this will not work. If no previous result is found, then an empty set of warnings is used as baseline, so we still get a large number of new warnings. I wonder if it would make sense to change the current behavior of my plugin. I must admit that marking all warnings of the first build as

Re: Trend Graph

2018-04-05 Thread Ullrich Hafner
f new and fixed warnings'. > > > > Or you could reverse it and have > > Display reference build > > > On Thursday, March 29, 2018 at 7:43:19 PM UTC-4, Ullrich Hafner wrote: > I think this will not work. If no previous result is found, then an empty set >

Re: Create iOS Warnings and Errors report in Jenkins

2018-04-23 Thread Ullrich Hafner
You can use the warnings plugin to show compiler warnings. There is an parser for Clang (LLVM) available. > Am 23.04.2018 um 08:45 schrieb mmanagem...@gmail.com: > > How to generate report for Warnings and Errors generated from Xcode in > Jenkins? Is there any API that would give me the count o

Re: Create iOS Warnings and Errors report in Jenkins

2018-04-24 Thread Ullrich Hafner
What did you try so far? Did you read the description in the wiki? > Am 24.04.2018 um 09:44 schrieb Vidhya Sri Soundararajan : > > Thank you so much for the reply. Can you please elaborate your answer? I have > installed warnings plugin in jenkins. How to use it for my job and how to > parse th

  1   2   >