Re: PMD plugin doesn't use pmd.xml

2014-05-15 Thread Jean Pierre Froud
The pmd.xml file exists. It's produced with the binding of check goal during verify phase: org.apache.maven.plugins maven-pmd-plugin check-pmd verify check Le jeudi 15 mai 2014 23:24:25 UTC+2, Ullrich Hafner a écrit : > > The PMD plug-in requires that your build creates the pmd.xml file. I.

Re: PMD plugin doesn't use pmd.xml

2014-05-15 Thread Ulli Hafner
The PMD plug-in requires that your build creates the pmd.xml file. I.e., you need to run 'mvn pmd:pmd'. Or how did you produce the pmd.xml file in your build before? Am 15.05.2014 um 16:34 schrieb Jean Pierre Froud : > Hi, > > I'm having a similar issue to this one: PMD plugin doesn't use pmd.

Re: git-parameter-plugin 0.3.2 released

2014-05-15 Thread Niklaus Giger
Hi Jesse Thanks for your feedback. Some comment of mine is inline. Am Donnerstag, 15. Mai 2014 17:34:29 UTC+2 schrieb Jesse Glick: > > On Thu, May 15, 2014 at 3:24 AM, Niklaus Giger > > > wrote: > > Runs a fetch each time the user enters the "Build with parameter". > > Why would you not just

Re: Summary Action on Project page

2014-05-15 Thread twr
That works perfectly. Thanks. *However, *the only way I've managed to get it to actually add to the page is by overriding getProjectAction on my Notifier (Publisher) and returning a new instance of my action, but for some reason it *gets added twice*? (currently stuck on version 1.509.2 of Jenk

Re: How the get the user that does the build?

2014-05-15 Thread ogondza
Hi, See `Run.getCauses()`. You can extract user identity from UserCause|UserIdCause. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkin

Re: Summary Action on Project page

2014-05-15 Thread oliver gondža
On Thu, 15 May 2014 19:06:28 +0200, twr wrote: I make extensive use of summary actions on builds, but I would like to do something similar on the project page (for a summary of all builds)? Where would I start with this? (best I've managed is links to alternate page via ProminentProjectActio

Summary Action on Project page

2014-05-15 Thread twr
I make extensive use of summary actions on builds, but I would like to do something similar on the project page (for a summary of all builds)? Where would I start with this? (best I've managed is links to alternate page via ProminentProjectAction and associated index.jelly - but I would much pr

How the get the user that does the build?

2014-05-15 Thread Daniel Anechitoaie
Hi, I'm writing a Jenkins build plugin and I need to get the name of the person that started the build, or "timer" if the build was started by timer and so on. Any idea how this info can be retrieved? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenki

Re: git-parameter-plugin 0.3.2 released

2014-05-15 Thread Jesse Glick
On Thu, May 15, 2014 at 3:24 AM, Niklaus Giger wrote: > Runs a fetch each time the user enters the "Build with parameter". Why would you not just use ‘git ls-remote -t’ and avoid the need for any local clone? > Added MIT-LICENSE.txt to use the same license as Jenkins-CI. BTW it suffices to spec

PMD plugin doesn't use pmd.xml

2014-05-15 Thread Jean Pierre Froud
Hi, I'm having a similar issue to this one: PMD plugin doesn't use pmd.xml Unless I explicitly call pmd:pmd, the graph doesn't show. And if I add pmd:pmd, I see in log: Successfully parsed file... and the graph appears. Jenkins ver. 1.54

Re: ValidateButton without descriptor

2014-05-15 Thread thomas.w.richards
I'm trying to do a similar thing but with a hudson.model.ManagementLink. Problem is that I can't extend ManagementLink AND AbstractDescribableImpl (as in the example of ProxyConfiguration). If I implement Describable and create the inline Descriptor, I can't do the normal getDescriptor() ove

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-05-15 Thread Stephen Connolly
Ha! When I do get around to fixing this it will look a lot like NIH syndrome, because quite frankly most of the current parent pom is overbaked and too heavyweight and includes too many workarounds for the incorrect design within the hpi plugin. Pull requests would not be compatible with the scope

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-05-15 Thread Ivan Kalinin
Have u got any patches / pull requests one can look at? On Wednesday, May 14, 2014 1:26:24 PM UTC+4, Stephen Connolly wrote: > > Well I have long maintained that Jenkins's pom structure "does it all > wrong" but any time I have wanted to try and fix it *and* had a time window > to try, KK puts t

git-parameter-plugin 0.3.2 released

2014-05-15 Thread Niklaus Giger
Hi I am happy to announce that finally after more than two years we have a new version of the git-parameter plugin available. As the previous maintainer Lukanus did not have time to work on this plugin I took over the work for the time being, but am happy that I could skype with him. It looks