Re: Email from Jenkins - question

2023-07-24 Thread Ulli Hafner
There is the log parser plug-in for such tasks. Log Parserplugins.jenkins.ioVon meinem iPad gesendetAm 24.07.2023 um 14:52 schrieb Inbar Mizrahi :Hi, I have a pipeline job that at the end of the run search for a certain sentence in the log and then: 1. Set the job to UNSTABLE. 2. Send an email

Re: Issue with Warnings NG

2020-08-21 Thread Ulli Hafner
> Am 21.08.2020 um 12:02 schrieb 'christop...@googlemail.com' via Jenkins Users > : > >  > I have two different kinds of jobs: > one is installing all the requirements for a job from a storage, building one > package and collecting warnings and cppcheck results with warnings ng. Here >

Re: java.lang.NoSuchMethodError: No such DSL method 'scanForIssues' found among steps

2018-10-29 Thread Ulli Hafner
>>>> Thanks @ulli for your reply. >>>> >>>> 'Did you install the 5.0 beta version of the plugin? This step is not >>>> available in the 4.x version.' >>>> Ahh... :) No. Where do I get that from and how to install in Jenkins? >>>

Re: java.lang.NoSuchMethodError: No such DSL method 'scanForIssues' found among steps

2018-10-27 Thread Ulli Hafner
Von meinem iPad gesendet > Am 26.10.2018 um 09:50 schrieb dean warren : > > I am trying to get the Warnings plugin collecting CheckStyle results within a > pipeline. > I believe I am using all the latest versions of pipeline related modules, and > the warnings modules. > > A simplified

Re: Findbug Warnings not displayed in Jenkins Dashboard.

2016-07-01 Thread Ulli Hafner
The Findbugs portlet is not yet compatible with pipelines, see corresponding Jira issue for details. > Am 29.06.2016 um 13:23 schrieb Saroj Gharat : > > Hello All, > > > I am using a Multibranch Pipeline job to trigger my build. One of the steps > of the build is to

Re: Simple Jelly f:dropdownList prevents the build step from appearing

2015-02-07 Thread Ulli Hafner
Please use the developer list for such questions… I think that you need to dive deeper into https://github.com/jenkinsci/ui-samples-plugin/blob/master/src/main/resources/jenkins/plugins/ui_samples/DropdownList/index.jelly This is one of the most complex bindings, where you need to build separate

Re: Beginner interface to Jenkins plugin management

2015-02-04 Thread Ulli Hafner
Am 04.02.2015 um 09:41 schrieb Arun Gupta arun.gu...@gmail.com: Downloaded the latest Jenkins and its amazing that is now version 598. I still remember the two digit build numbers :) Found couple of usability issues regarding plugins: You are right, the usability of the update manager

Re: Flashing computer icon in node overview

2015-01-24 Thread Ulli Hafner
This seems to be a bug, please create a new issue. Am 23.01.2015 um 12:57 schrieb derFunk thefunkw...@gmail.com: Hi all, I've got several nodes in my Jenkins setup whose computer icons in the node overview don't ever stop flashing. According to the Code in SlaveComputer.java

Re: Jenkins Warnings Plugin Slow?

2015-01-20 Thread Ulli Hafner
I think it would make more sense to run that part of your build in a profiler. Otherwise it is just a guessing since not every step in the plug-in uses logging statements. As far as I understand the message timestamps. It takes one minute from computing warning deltas and starting the task

Re: Jenkins Warnings Plugin Slow?

2015-01-20 Thread Ulli Hafner
I think it would make more sense to run that part of your build in a profiler. Otherwise it is just a guessing since not every step in the plug-in uses logging statements. As far as I understand the message timestamps. It takes one minute from computing warning deltas and starting the task

Re: NullPointerException at hudson.plugins.analysis.core.AbstractResultAction.isSuccessful

2015-01-07 Thread Ulli Hafner
Can you please file a bug report? Am 07.01.2015 um 13:23 schrieb Steve Holmes bouncyst...@gmail.com: I've upgraded Jenkins to the 1.580.2 LTS and also upgraded my plugins to the latest versions. Any build which publishes static analysis results now fails similar to the following:

Re: NullPointerException at hudson.plugins.analysis.core.AbstractResultAction.isSuccessful

2015-01-07 Thread Ulli Hafner
the build.xml file of the reference build) Am 07.01.2015 um 20:00 schrieb Ulli Hafner ullrich.haf...@gmail.com: Can you please file a bug report? Am 07.01.2015 um 13:23 schrieb Steve Holmes bouncyst...@gmail.com mailto:bouncyst...@gmail.com: I've upgraded Jenkins to the 1.580.2 LTS

Re: NoClassDefFoundError when using JsHint, PMD, FindBugs and Checkstyle plugins

2014-09-17 Thread Ulli Hafner
Am 16.09.2014 um 18:03 schrieb RDR forward.my.mai...@gmail.com: Hi, I've installed the following plugins on to my Jenkins server to watch for Java/JavaScript coding issues: Do you have both of these Plugins installed? Actually these should be the same (Name vs. id). Static Code

Re: hetro-list in jelly

2014-09-12 Thread Ulli Hafner
You might get more answers in the dev list… Am 12.09.2014 um 09:26 schrieb Dhilip Kumar dhilipmcaku...@gmail.com: Hi, Im new to jenkins plug in development. could you please help me to create htro-list in config.jelly. is there any reference more useful. Thanks, Dhilip -- You

Re: Compiler warnings and ignoring files

2014-07-29 Thread Ulli Hafner
This depends on the parser. Most of the parsers create files with absolute filenames. If the parser produces relative paths then the absolute paths are determined after the filter operation. But it should be possible to move the filtering after the expansion. Please file a new feature request

Re: Jenkins not displaying the pmd and checkstyle voilation errors.

2014-07-12 Thread Ulli Hafner
See https://issues.jenkins-ci.org/browse/JENKINS-22252 and proposed workaround with freestyle project type. Am 12.07.2014 um 09:18 schrieb Rohith Acharya rohithmacha...@netscitus.com: What could be possibly going wrong? On Saturday, July 12, 2014 12:47:03 PM UTC+5:30, Rohith Acharya wrote:

Re: Cobertura Publishing Abort - Linking Error

2014-06-30 Thread Ulli Hafner
Any reason why you are using WAS? Class loading errors typically occur if the container provides some incompatible jar versions. Jenkins will run without any class loading issues with the embedded Jetty container. Am 30.06.2014 um 07:19 schrieb Chris Graham chrisgw...@gmail.com: Hi All.

Re: Dropping support for Java6

2014-06-13 Thread Ulli Hafner
There are no plans to drop Java 6. If a plugin does not work with Java 6 please file a bug report in Jira. Am 13.06.2014 um 17:37 schrieb thomas.suc...@pnnl.gov: There doesn't seem to be any conversations about when Jenkins would drop support for Java6. I've noticed a few plugins have

Re: Jenkins source code architecture

2014-06-06 Thread Ulli Hafner
A good starting point would be to create the package graph. A package (with no dependency cycle) would be a good candidate for a module. Why are you analyzing such an old version of Jenkins? Wouldn’t the latest LTS release be more adequate? BTW: I think you will get more answers in the dev

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

2014-05-22 Thread Ulli Hafner
Seems that the new plugin breaks the acceptance tests for the LDAP plugin: https://github.com/jenkinsci/acceptance-test-harness/blob/master/src/test/java/plugins/LdapPluginTest.java Am 22.05.2014 um 17:12 schrieb Stephen Connolly stephen.alan.conno...@gmail.com: OK, so there is now rumoured to

Re: Using Warnings plugin with Token Macro Plugin

2014-05-12 Thread Ulli Hafner
This functionality is already built in: you can flag a build as failed if there are new warnings. Am 09.05.2014 um 02:01 schrieb C dev cdev000...@gmail.com: Hi, Currently we are using warnings plugin to list out all the new warnings and results. It looks good, but as the warnings keep

Re: Help with Locale Plugin

2014-05-07 Thread Ulli Hafner
This seems to be a bug, please create a new bug report in Jira. Don’t forget to add environment and version details. Am 07.05.2014 um 09:37 schrieb Diego Costantini diego.costant...@gmail.com: Eduardo Dias eduardodiasbr@... writes: Hi All, I am experiencing in Jenkins a language change

Re: Setup CPPCheck on Dashboard Plug

2014-04-26 Thread Ulli Hafner
1. Create a dashboard view: https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View 2. Add CPPcheck Statistics Portlet in this view Am 26.04.2014 um 00:31 schrieb Timothy Calderwood ctimo...@pdx.edu: I have installed and configured CPPCheck Plugin successfully. I then installed the

Re: Setup CPPCheck on Dashboard Plug

2014-04-26 Thread Ulli Hafner
first? On Apr 26, 2014, at 3:16 AM, Ulli Hafner ullrich.haf...@gmail.com wrote: 1. Create a dashboard view: https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View 2. Add CPPcheck Statistics Portlet in this view Am 26.04.2014 um 00:31 schrieb Timothy Calderwood ctimo...@pdx.edu: I

Re: Jenkins Xtreme Feedback Utility

2014-04-25 Thread Ulli Hafner
https://github.com/jenkinsci/rss-retaliation-plugin Stefan, you should join us on IRC than you would be able to fork by your own :-) Ulli Am 25.04.2014 um 13:55 schrieb Stefan Wolf glowwo...@gmail.com: Hi, I build a small standalone application which polls the Jenkins RSS-Feed in order

Re: Contributing fixes to plugins (perforce)

2014-04-23 Thread Ulli Hafner
Can you retry with Java 1.7? BTW: you would get more answers in the dev-list (CC) Am 23.04.2014 um 14:25 schrieb Niksan sumot...@googlemail.com: I'm wanting, in particular to make some fixes to the perforce plugin, but I'm having a problem compiling out of the box, I'm using the master

Re: java.lang.NoClassDefFoundError: hudson/maven/MavenModuleSet

2014-03-17 Thread Ulli Hafner
You might get more answers in the dev list. Does it work if you install the hpi file into a Jenkins instance? Am 15.03.2014 um 10:03 schrieb dev123 delber...@gmail.com: I am writing a jenkins plugin. In the plugin I have a class that extends Builder which has a method that checks if a given

Re: analysis plugins

2014-03-17 Thread Ulli Hafner
If you are using a maven job type then the site goal does not work: https://issues.jenkins-ci.org/browse/JENKINS-3654 You need to call the plugins as individual goals like checkstyle:checkyle Ulli Am 17.03.2014 um 17:19 schrieb Philipp Kraus philipp.kr...@flashpixx.de: Hello, I have

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
You can use method getCurrentLine() in your parser when creating the new warning. Ulli Am 30.01.2014 um 12:45 schrieb James Howe jmh.h...@gmail.com: If you construct a Warning() with an empty filename, then this is treated as being from the console log (or whichever log file it was

Re: Warnings plugin - use line number of input

2014-01-30 Thread Ulli Hafner
script: No signature of method: Script1.getCurrentLine() is applicable for argument types: () values: [] On 30 January 2014 12:28, Ulli Hafner ullrich.haf...@gmail.com wrote: You can use method getCurrentLine() in your parser when creating the new warning. Ulli Am 30.01.2014 um 12:45

Re: jenkins warnings plugin pclint linux

2014-01-17 Thread Ulli Hafner
I would suggest that you pipe the output of the pclint command through a small script that removes the Z: from the filenames. (Or you can use a custom parser that basically does the same as the pclint parser and remove the Z: prefix there) Ulli Am 15.01.2014 um 15:51 schrieb Stijn

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

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 john.d.am...@gmail.com: All, Is it possible to tell Jenkins where to find the findbugs xml file

Re: Old versions of plugins

2013-11-19 Thread Ulli Hafner
Hmm, yes, seems that http://updates.jenkins-ci.org/download/plugins/ is outdated. Here are all versions: http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/warnings/ Ulli Am 19.11.2013 um 16:20 schrieb James Howe jmh.h...@gmail.com: Has this stopped being

Re: Changing the value in a child combo box based on values in parent combo

2013-11-14 Thread Ulli Hafner
Yes this is possible. Have a look at the ui examples plug-in. BTW: please use the developer mailing list for such questions: jenkinsci-...@googlegroups.com Am 14.11.2013 um 11:19 schrieb Kishore RP kishore...@gmail.com: In Jenkins, Is there a way to change the value dynamically in a child

Re: Dashboard column to show last build time?

2013-11-14 Thread Ulli Hafner
It should be quite easy to write such a column (one new simple class), maybe it would be a good candidate for the https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin I think Fred would be happy to integrate such a feature if you provide a pull request. Ulli Am 14.11.2013 um

Re: The @Extension annotation usage when writing plugin for hudson

2013-11-13 Thread Ulli Hafner
Am 13.11.2013 um 10:04 schrieb zou zy zouzhiyong0...@163.com: Hi, All Just like said in 2.1.6 of attached file, for HelloWordBuilder plugin source code, the @Extension is at the inner class DescriptorImpl, rather than at the outer class HelloWorldBuilder itself, Why? i cannot find the

Re: Removing unnecessary configuration

2013-11-13 Thread Ulli Hafner
All UI elements that are introduced by Jenkins-plugins can be removed by disabling (or removing) the corresponding plugin. I.e., the maven project type can be removed by disabling the maven plug-in. Elements that are part of Jenkins core cannot be removed. Also, you can only remove all the

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread Ulli Hafner
This seems to be a bug in the JobConfigurationHistory Plugin. Are you using the latest version? Then please create a new bug report. Am 13.11.2013 um 18:43 schrieb SamL lopez@gmail.com: Hello Folks, We are getting the following WARNING. Has anyone seen this issue? Any help would be

Re: Findbugs reports are not being display

2013-11-09 Thread Ulli Hafner
Which job types are your using? Maven or Freestyle? Did you enable the plug-in in your job? What ist the plug-in writing in the console log? Am 08.11.2013 um 18:47 schrieb SamL lopez@gmail.com: Hello Folks, We have two Maven Jenkins Jobs that are not displaying the results generated

Re: Custom columns in Jobs view

2013-11-04 Thread Ulli Hafner
You can write a simple plug-in that does the job. It requires just one simple class that gathers the information from the SCM and shows the result. (Or you add that column class to the mercurial plug-in and create a pull request). Ulli Am 05.11.2013 um 07:58 schrieb Andreas Schilling

Re: Slow dashboard loading for jobs with many compiler warnings

2013-10-30 Thread Ulli Hafner
Am 30.10.2013 um 16:47 schrieb Ruben van Staveren ru...@verweg.com: Hi, I am a Jenkins administrator for a site with not that many jobs, but these jobs keep a constant rate of massive compiler warnings (~9000 - 1). For a particular job for a software with multiple versions the per

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
Did you enable the collection of compiler warnings in your job? Am 24.10.2013 um 02:23 schrieb Maneesh M P maneesh.po...@gmail.com: I did not get that question, there was nothing in the console output. I am attaching the images, please take a look Thanks M On Wednesday, October 23,

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
And are there messages in the console log from the warnings plugin? They start with [WARNINGS] in the console log. And what is shown if you select the page of a build (not the job)? Ulli Am 24.10.2013 um 22:11 schrieb Maneesh M P maneesh.po...@gmail.com: Yes, I did enable the post build

Re: Compiler warnings script in global configuration

2013-10-24 Thread Ulli Hafner
Am 25.10.2013 um 00:42 schrieb Maneesh M P maneesh.po...@gmail.com: Yes, there is a [WARNINGS] line in the console 13:36:20 Validating ./modules/xyxz/tests/init.pp ... 13:36:20 [WARNINGS] Parsing warnings in console log with parser Puppet-Error-Parser I see, i.e. the parser is

Re: Null pointer exception in ExtendedEmailPublisher after updated jenkins it's plugin and build script- Jenkins ver. 1.536 - Email Extension Plugin ver. 2.35.1

2013-10-23 Thread Ulli Hafner
I'm not sure if this is related but it seems that 1.536 changed the JSON binding (Jenkins core) which also breaks my plug-ins: https://issues.jenkins-ci.org/browse/JENKINS-20199 Ulli Am 22.10.2013 um 16:41 schrieb Slide slide.o@gmail.com: Seems like something from the form is not making

Re: Compiler warnings script in global configuration

2013-10-23 Thread Ulli Hafner
What is in your console log? Is there no side panel link? Ulli Am 23.10.2013 um 10:19 schrieb Maneesh M P maneesh.po...@gmail.com: Ok finally I am able to figure out the regular expression - ^.*(err:) (.*)at(.*\.pp):(\d+)$ But I had to change the order of mapping script strings the way it

Re: Violations plugin uses wrong path to find pep8 report

2013-10-22 Thread Ulli Hafner
What did you specify as file pattern? Ulli Am 22.10.2013 um 12:07 schrieb Dmitry S thexmeis...@gmail.com: I'm using pytest to run pep8 check: py.test --pep8 --junitxml=reports\pep8.log I setup a job to look for pep8.log file in reports\pep8.log But when i run the job I see that the

Re: Violations plugin uses wrong path to find pep8 report

2013-10-22 Thread Ulli Hafner
Seems that something is broken there. Please create a bug report in our issue tracker. Can you please check if the pep8 parser in the warnings plug-in works for your file? If the same exceptions appears there too then maybe your input file is somehow corrupt? Ulli Am 22.10.2013 um 12:37

Re: Repeatable, ListboxModel in jelly (PluginDev)

2013-10-09 Thread Ulli Hafner
I'm using the repeatable to select the parsers in the warnings plug-in: f:entry title=${%Scan console log} description=${%description.consoleLogParsers} f:repeatableProperty field=consoleParsers / /f:entry Here the the whole UI:

Re: How to disable people link on dashboard for Anonymous users

2013-09-27 Thread Ulli Hafner
This is not possible in the moment. There is already a quite similar feature request: https://issues.jenkins-ci.org/browse/JENKINS-18884. (We think this is a security problem not only for anonymous users but also for users with a valid account: these users also see the login names of other

Re: email notification in case of new warnings

2013-09-26 Thread Ulli Hafner
Thanks Johannes! Interested in adding a small explanation in our wiki so that other users will find that information more easily? https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins#StaticCodeAnalysisPlug-ins-email Ulli Am 26.09.2013 um 17:34 schrieb Johannes Wienke

Re: Jenkins using wrong JDK

2013-09-20 Thread Ulli Hafner
What values are in your Java Version list box in you job configuration? Which Java Versions are visible in Jenkins global configuration? Please use the UI only... Am 20.09.2013 um 15:39 schrieb Farrukh Najmi farrukh.n...@gmail.com: Hi Guys, Initially all was well and my Jenkins config.xml

Re: Jenkins using wrong JDK

2013-09-20 Thread Ulli Hafner
://wellfleetsoftware.com/files/tmp/screenshot.png BTW, what determines whether the java command during build uses fully qualified path or not? Thanks very much for your help Ulli! On 09/20/2013 10:22 AM, Ulli Hafner wrote: What job type are you using? I have a JDK Listbox right above the advanced

Re: Jenkins using wrong JDK

2013-09-20 Thread Ulli Hafner
1.531. On 09/20/2013 11:30 AM, Ulli Hafner wrote: Hmm, I have such a list box, for maven and freestyle builds. Am 20.09.2013 um 16:32 schrieb Farrukh Najmi farrukh.n...@gmail.com: I am using job type of a maven multi-module project. There is no such JDK List Box that I see. Here

Re: jenkins jira integration

2013-09-13 Thread Ulli Hafner
https://wiki.jenkins-ci.org/display/JENKINS/Issue+Tracking Am 13.09.2013 um 14:11 schrieb Selva Kumar selva@gmail.com: ERROR: Publisher JiraTestResultReporter.JiraReporter aborted due to exception java.lang.NullPointerException at

Re: DRY Plugin fails, SAXParserFactoryImpl not found

2013-09-13 Thread Ulli Hafner
The missing class is part of Xerces, a required library in my plug-in. This class should be transferred automatically to the slave by Jenkins. Does the same job work on the master? Is the slave.jar file up to date? Ulli Am 13.09.2013 um 08:45 schrieb Mikael Arvids mikael.arv...@xdin.com:

Re: need help in deciphering this stack trace bug

2013-09-10 Thread Ulli Hafner
Is your maven plug-in enabled? Ulli Am 10.09.2013 um 10:14 schrieb amityr ami...@gmail.com: Hi, I am new to jenkins. I installed 1.529 with a few plugins : AnsiColor 0.3.1 Ant Plugin 1.2 Build Failure Analyzer 1.5.0 Build View Column Plugin 0.2 built-on-column 1.1

Re: Warnings Plugin with JsLint issuing a SAXParseException?

2013-08-30 Thread Ulli Hafner
The warnings plug-in does not scan js files using the JSLint scanner. It only visualizes the results from JSLint. I.e., you need to run JSLInt in your build. And then the plug-in will pick up these results and visualizes these on the build page. Ulli Am 29.08.2013 um 11:00 schrieb Giovanni

Re: Checkstyle apparently totally broken

2013-08-14 Thread Ulli Hafner
Good to see. I fixed the bug in the meantime, too. Ulli Am 14.08.2013 um 21:37 schrieb fREW Schmidt fri...@gmail.com: That did fix it, but it is a bug I believe. On Wed, Aug 14, 2013 at 02:29:50PM -0500, fREW Schmidt wrote: I'll do it now, but it is marked as an optional dep, so this is

Re: Checkstyle apparently totally broken

2013-08-07 Thread Ulli Hafner
I think the root cause is https://issues.jenkins-ci.org/browse/JENKINS-18654 It is already fixed in Jenkins core. Ulli Am 07.08.2013 um 00:43 schrieb fREW Schmidt fri...@gmail.com: Right, I have not instaled Maven, though I'll try it tomorrow and see if it fixes the problem I guess. On

Re: Checkstyle apparently totally broken

2013-08-06 Thread Ulli Hafner
Is your maven plugin installed and enabled? Am 06.08.2013 um 15:06 schrieb fREW Schmidt fri...@gmail.com: Hey guys, All of my projects are showing stack traces on the Post-build Actions. If I uninstall Checkstyle the problem goes away. Here is the Stack trace:

Re: custom multi-line warnings parser

2013-08-05 Thread Ulli Hafner
Am 23.07.2013 um 12:02 schrieb Roland Schulz rol...@rschulz.eu: Hi, I would like to define a custom multi-line warnings parser. Searching for the question I have found that screenshots show a Multi-line support checkbox. Both with versions 4.27 and 418 I don't see that option. I tried a

Re: capture non standard test results

2013-07-19 Thread Ulli Hafner
You can use the unit plug-in, it uses a similar approach: https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin Here you need to define a stylesheet that converts the format to a JUnit format. Ulli Am 19.07.2013 um 10:39 schrieb Pawel Jasinski pawel.jasin...@gmail.com: hi I am looking

Re: EasyAnt plugin

2013-07-14 Thread Ulli Hafner
/moved on github : https://github.com/jenkinsci/easyant-plugin/ 2013/7/13 Ulli Hafner ullrich.haf...@gmail.com Hi Jean Louis, seems that the source code still is hosted in Subversion. Or is there already a git repository set up? Ulli Am 13.07.2013 um 13:40 schrieb Jean-Louis Boudart

Re: All builds fail with NoSuchElementException from Treemap.putAll.

2013-07-14 Thread Ulli Hafner
Can you please check if there is already an issue in Jira? If not please create a new one. Does the problem occur in Jenkins 1.522? Ulli Am 13.07.2013 um 18:25 schrieb Maurice van der Pot griffon26ph...@gmail.com: We're experiencing failures in all our builds with the below error in console

Fwd: EasyAnt plugin

2013-07-14 Thread Ulli Hafner
See my answer in the dev-list: Von: Ulli Hafner ullrich.haf...@gmail.com Betreff: Aw: EasyAnt plugin Datum: 14. Juli 2013 12:16:53 MESZ An: jenkinsci-...@googlegroups.com jenkinsci-...@googlegroups.com It might work if you would use an LTS release as parent pom. I'm using 1.424 for my

Re: EasyAnt plugin

2013-07-13 Thread Ulli Hafner
Hi Jean Louis, seems that the source code still is hosted in Subversion. Or is there already a git repository set up? Ulli Am 13.07.2013 um 13:40 schrieb Jean-Louis Boudart jeanlouis.boud...@gmail.com: Hi there, A few time ago i started EasyAnt plugin [1] for hudson/jenkins. I would

Re: How can I mark test as not making the build unstable (although it failed)

2013-07-02 Thread Ulli Hafner
If you need to collect the test results then this is not possible. Am 02.07.2013 um 12:59 schrieb orima...@gmail.com: anyone? I want to mark test in jenkins as not making build unstable if failed On Thursday, June 27, 2013 8:23:30 AM UTC+3, orim...@gmail.com wrote: -- You received

Re: Jenkins: how to use PMD plugin to analyze a Maven project?

2013-06-27 Thread Ulli Hafner
What exactly is the problem or question? From the log I see that PMD is already running and reporting 0 warnings. If there are no warnings then you also can't navigate to the warnings. Ulli Am 26.06.2013 um 11:44 schrieb Tan Chen smiling0...@gmail.com: Hello, I am really new to Jenkins. In

Re: FindBugs plugin, rank on custom rules

2013-06-17 Thread Ulli Hafner
Well, you mean writing another parser that replaces the existing parser from the Findbugs library rather than fixing it? I don't think that this is simpler (not invented here syndrome), but if you are interested to provide a pull request please go ahead… I would suggest that the best thing is

Re: JSLint plugin and violations email confguration

2013-06-17 Thread Ulli Hafner
Are you already using the email-ext plug-in? There you can define triggers and jelly scripts that navigate on Jenkins's object model. BTW: with the warnings plug-in you can define that a build is set to unstable if there are new JSLint warnings. Ulli Am 17.06.2013 um 10:59 schrieb Sebastian

Re: FindBugs plugin, rank on custom rules

2013-06-14 Thread Ulli Hafner
Hi Martin, this looks like the same problem as https://github.com/jenkinsci/findbugs-plugin/pull/3 I'm using the findbugs library to read the XML file. The library seems to ignore the values from the XML file in custom rules. Ulli PS: please use the mailing lists for such question so other

Re: FindBugs plugin, rank on custom rules

2013-06-14 Thread Ulli Hafner
Maybe it would be good to create a bug report for FindBugs so that they will hopefully fix that problem, soon… Ulli Am 14.06.2013 um 13:45 schrieb Martin rosena...@gmail.com: Ulli, I believe you are right. What obviously puzzled me was that it goes into the XML file with the correct rank

Re: javac compiler errors

2013-06-12 Thread Ulli Hafner
Fleming (BLOOMBERG/ 731 LEXIN) At: Jun 11 2013 16:39:53 How? I've had a short email conversation with the warnings plugin maintainer, Ulli Hafner, and he said it only does warnings: For javac, only warnings are shown since errors are already flagged by Jenkins as compile errors. Thank you

Re: NullPointerException after 1.504 - 1.510 Upgrade

2013-05-07 Thread Ulli Hafner
/JENKINS-17869 Is there any chance to revert somehow? Downgrading to 1.504 gives me the same error now. Andreas 2013/5/6 Ulli Hafner ullrich.haf...@gmail.com Please create an issue in the issue tracker. Ulli Am 06.05.2013 um 11:05 schrieb Andreas Jung zopyxfil...@gmail.com: I

Re: NullPointerException after 1.504 - 1.510 Upgrade

2013-05-06 Thread Ulli Hafner
Please create an issue in the issue tracker. Ulli Am 06.05.2013 um 11:05 schrieb Andreas Jung zopyxfil...@gmail.com: I am receiving the following error in the login screen after upgrading from 1.504 to 1.510...how to proceed? Andreas java.lang.NullPointerException at

Re: Checkstyle plug-in: Define which violations should be high or low priority

2013-04-22 Thread Ulli Hafner
It is not possible to customize the priority in the Jenkins plug-in: the plug-in reads the priorities of the Checkstyle analysis results (of your build) and maps them to the corresponding Jenkins priority. Ulli Am 22.04.2013 um 13:31 schrieb Angelo D'Agnano angelodagn...@gmail.com: Hi, I

Re: checkstyle and analysis.xml takes too much space

2013-04-12 Thread Ulli Hafner
You scan use the discard builds option (days or number of builds). Ulli Am 12.04.2013 um 12:47 schrieb Viktor Konnyu vkon...@chemaxon.com: Hi, My problem is that files generated by static analysis plugins (mainly checkstyle warnings) take up lots of space and they are kept for each build.

Re: How to order plugins

2013-04-09 Thread Ulli Hafner
You can change the ordinal: @Extension(ordinal = 100) See JavaDoc of Extension for details. BTW: Please use the dev list for such questions… Ulli Am 09.04.2013 um 14:48 schrieb Bharathi Ramalingam ramalingam.bhara...@gmail.com: Hi All, I'm developing a build wrapper plugin which

Re: Modifying the Test Result page (an existing .jelly file)

2013-03-13 Thread Ulli Hafner
Normally, we try to use extension points for such requirements. If there is no such extension point yet, it would be good to introduce one. Interested in providing a corresponding pull request? Ulli Am 13.03.2013 um 12:37 schrieb david barker david.j.bar...@gmail.com: Hello, I was

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-13 Thread Ulli Hafner
for getting back to me. I'll probably go with option 3 as the quickest option ;-) On Tue, Mar 12, 2013 at 4:33 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: I see, the format of javac using maven is slightly different: [WARNING] /home/hudson/hudson/data/jobs/Hudson main/workspace/remoting

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-12 Thread Ulli Hafner
the errors. On Fri, Mar 8, 2013 at 5:12 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Hmm, seems that the messages of the maven JSLint plug-in use a different warnings format. You need to choose the parser Javac. Ulli Am 08.03.2013 um 16:32 schrieb John Smith forward.my.mai...@gmail.com

Re: Jenkins + FindBugs plugin: use rank instead of priority in Jenkins

2013-03-07 Thread Ulli Hafner
You can't define the ranks on your own. Rank is a kind of new priority introduced by the FindBugs team. So each bug has a constant priority and rank. What I'm doing in my plug-in is to map either each bug rank (if the check boy is set) or priority to one of the three plug-in priorities LOW,

Re: warnings plugin problems

2013-03-06 Thread Ulli Hafner
Seems that for one of the old builds the result file could not be not found (or read). What is the reason that that failure occurs now? Did you upgrade the plug-in? Did your remove some files or builds? Or did you change some file permissions? You can check whether every build folder contains

Re: Warnings plugin configuration ?

2013-02-15 Thread Ulli Hafner
/browse/JENKINS-16826 Thanks ! On Wed, Feb 13, 2013 at 1:23 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Yes, please. If there is something what helps to describe the plugin configuration then go ahead :-) Thanks, Ulli Am 13.02.2013 um 12:48 schrieb Jan Goyvaerts java.arti

Re: Warnings plugin configuration ?

2013-02-13 Thread Ulli Hafner
Yes, please. If there is something what helps to describe the plugin configuration then go ahead :-) Thanks, Ulli Am 13.02.2013 um 12:48 schrieb Jan Goyvaerts java.arti...@gmail.com: just modify this page then ? On Tue, Feb 12, 2013 at 5:29 PM, Ulli Hafner ullrich.haf...@gmail.com wrote

Re: Warnings plugin configuration ?

2013-02-12 Thread Ulli Hafner
Is there no entry in the Add post build action drop down list that is called scan for compiler warnings? Are you using a maven or freestyle job type? Which Jenkins and warnings version? Ulli Am 12.02.2013 um 12:47 schrieb Jan Goyvaerts java.arti...@gmail.com: I'm trying to to use the

Re: Warnings plugin configuration ?

2013-02-12 Thread Ulli Hafner
Ok, thanks! I did't update the documentation after changing the visualization… (It only looks different for Java warnings up to now:-) Interested in adding any missing documentation parts in the wiki? Sure ! How ? What pages ? (be aware I just know about this plugin - you seem to

Re: WarningsPublisher aborted due to exception - quick question - how to recover

2013-01-29 Thread Ulli Hafner
Which plug-in/jenkins versions are you using? Which job type? Please use the issue tracker for reporting defects. Ulli Am 28.01.2013 um 20:06 schrieb Z W mpc8...@gmail.com: Hi All We ran a build and we got this error after successful build. Would the experts share their workaround to this

Re: Checkstyle/FindBugs plugin: warning summary gone after update?

2013-01-29 Thread Ulli Hafner
Hi Christoph, I haven't changed the plug-ins for quite a while now… From which versions did you upgrade? What Jenkins version are you using? Are the missing summaries in maven or freestyle jobs? Are there any exceptions on the console? (Or messages that Jenkins cannot assign some values from

Re: Checkstyle/FindBugs plugin: warning summary gone after update?

2013-01-29 Thread Ulli Hafner
Von: Ulli Hafner ullrich.haf...@gmail.com An: jenkinsci-users@googlegroups.com Betreff: Re: Checkstyle/FindBugs plugin: warning summary gone after update? Hi Christoph, I haven't changed the plug-ins for quite a while now… From which versions did you upgrade? What Jenkins version are you

Re: Checkstyle/FindBugs plugin: warning summary gone after update?

2013-01-29 Thread Ulli Hafner
on the project's page are still there. It's just the summary which is gone. cheers Christoph Gesendet: Dienstag, 29. Januar 2013 um 10:38 Uhr Von: Ulli Hafner ullrich.haf...@gmail.com An: jenkinsci-users@googlegroups.com Betreff: Re: Checkstyle/FindBugs plugin: warning summary gone after

Re: Checkstyle/FindBugs plugin: warning summary gone after update?

2013-01-29 Thread Ulli Hafner
. https://issues.jenkins-ci.org/browse/JENKINS-16518 thanks Christoph Gesendet: Dienstag, 29. Januar 2013 um 11:55 Uhr Von: Ulli Hafner ullrich.haf...@gmail.com An: jenkinsci-users@googlegroups.com Betreff: Re: Checkstyle/FindBugs plugin: warning summary gone after update? I can

Re: Violations Plugin and JSlint

2013-01-18 Thread Ulli Hafner
Violations in the Jenkins job as type checkstyle -- Tem On Jan 17, 2013, at 11:20 AM, Ulli Hafner ullrich.haf...@gmail.com wrote: Just to make sure that we are talking about the same plug-ins: Are you using the jslint and checkstyle plug-in? Or are you using the violations plug

Re: Violations Plugin and JSlint

2013-01-17 Thread Ulli Hafner
...@gmail.com: On Jan 16, 2013, at 6:31 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Why does the Checkstyle page viewer need the full paths? All it needs to do is output the given file name (regardless of whether it exists or not) and the warnings/errors for those files

Re: Violations Plugin and JSlint

2013-01-16 Thread Ulli Hafner
Why does the Checkstyle page viewer need the full paths? All it needs to do is output the given file name (regardless of whether it exists or not) and the warnings/errors for those files. If it wants to use the paths to display samples of the code, how does that work for old builds?

Re: LDAP src code

2013-01-07 Thread Ulli Hafner
https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin There is a GitHub link in the plug-in section.. Am 07.01.2013 um 09:24 schrieb Levin, Ilya ilya.le...@hp.com: Hello, I was wondering where can I find ldap plugin src code? Thanks

Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-28 Thread Ulli Hafner
output has removed the relative path section. However, there is no concatenation with the workspace path: C:\programme\Jenkins\test-ci\workspace Can I do some debugging? Which class is appending the complete path? Markus Am 15.12.2012 um 13:22 schrieb Ulli Hafner ullrich.haf

PMD does not show source code: was: Re: Plugin consumes too much memory

2012-12-28 Thread Ulli Hafner
Please use the user mailing list for such emails. (And don't reply to another unrelated mail, using a correct header will help to get more attention;-) Did you enable PMD to report the full path of the warnings? Ulli Am 27.12.2012 um 19:01 schrieb punit jain punit.jain.pu...@gmail.com:

  1   2   >