Re: [Klocwork Plugin] checkbox inside f:repeatable jelly tag

2013-05-28 Thread Maurício Hanika
Workaround for me was to use a selectbox with yes/no options instead. But this bug should be fixed. Am Mittwoch, 29. Mai 2013 08:50:29 UTC+2 schrieb Maurício Hanika: > > I can confirm this behavior. > > Am Montag, 16. Juli 2012 09:19:59 UTC+2 schrieb Jacob Larfors: >> >> Hi All, >> >> I am workin

Re: [Klocwork Plugin] checkbox inside f:repeatable jelly tag

2013-05-28 Thread Maurício Hanika
I can confirm this behavior. Am Montag, 16. Juli 2012 09:19:59 UTC+2 schrieb Jacob Larfors: > > Hi All, > > I am working on updating the Klocwork plugin for the next release of > Klocwork v9.6 where the xml report generation has been deprecated. Hence, I > have tried implementing a simple checkb

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-28 Thread Kenny Ayers
Maybe I can appeal to how useful this will be for the community - this resolves the 10th most voted on issue in the Jenkins bugtracker (that is currently open, and not in progress): https://issues.jenkins-ci.org/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=status+not+in+%28resolved%2C+clo

Re: Pull Request for Jenkins SVNKit fork (JENKINS-14551 resolution)

2013-05-28 Thread Kenny Ayers
Kohsuke? Anyone? On Thursday, May 23, 2013 6:59:26 PM UTC-7, Kenny Ayers wrote: > > Hey folks, > > I haven't had any response on the pull request to fix JENKINS-14551 > (issue here: https://issues.jenkins-ci.org/browse/JENKINS-14551) > > Confirmation from SVNKit dev of the fix here: > http:/

Request to host plugin: jenkins-rusalad-plugin

2013-05-28 Thread Dmitry
Hi Team, Project URL for Jenkins RuSalad Plugin is: https://github.com/masterhard/jenkins-rusalad-plugin Thanks, Dmitry -- 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, se

Re: request for commit access

2013-05-28 Thread Harald Albers
On 4 Apr 2013 at 13:22, Sandell, Robert wrote: > In order to become a committer to core you need to sign the CLA, but if you > are only planning > to make small changes you can do pull requests already. > https://wiki.jenkins-ci.org/display/JENKINS/Governance+Document#GovernanceDocum > ent-Makin

Re: f:entry help attribute dynamic

2013-05-28 Thread Jesse Glick
You can create a help-*.groovy to make the page dynamic, or you could override Descriptor.getHelpFile to pick a different page. On 05/28/2013 11:10 AM, Slide wrote: How do I reference that in the help attribute of an f:entry? Neither of those would require an explicit help attribute. But you

Re: f:entry help attribute dynamic

2013-05-28 Thread Slide
How do I reference that in the help attribute of an f:entry? On Tue, May 28, 2013 at 7:47 AM, Jesse Glick wrote: > On 05/27/2013 01:03 AM, Slide wrote: > >> Is there a way to serve dynamic help via the help attribute of the >> f:entry tag? >> > > You can create a help-*.groovy to make the page

Re: What's the status of the Role Strategy plugin?

2013-05-28 Thread Stephen Connolly
On 28 May 2013 15:42, Jesse Glick wrote: > On 05/28/2013 03:59 AM, Oleg Nenashev wrote: > >> As I see, Jesse Glick has made several improvements two months ago for >> the "folders" plugin. >> Probably, he could comment this question (thanks in advance). >> > > Sorry, this was a one-off patch; I a

Re: What's the status of the Role Strategy plugin?

2013-05-28 Thread Jesse Glick
On 05/28/2013 03:59 AM, Oleg Nenashev wrote: As I see, Jesse Glick has made several improvements two months ago for the "folders" plugin. Probably, he could comment this question (thanks in advance). Sorry, this was a one-off patch; I am definitely not maintaining this plugin. -- You received

Re: f:entry help attribute dynamic

2013-05-28 Thread Jesse Glick
On 05/27/2013 01:03 AM, Slide wrote: Is there a way to serve dynamic help via the help attribute of the f:entry tag? You can create a help-*.groovy to make the page dynamic, or you could override Descriptor.getHelpFile to pick a different page. -- You received this message because you are sub

Re: detect Matrix project

2013-05-28 Thread Stephen Connolly
in the descriptor create a method like so public boolean isMatrixProject(AbstractProject it) { return it instanceof MatrixProject; } then in jelly you just do ... On 28 May 2013 14:59, nicolas de loof wrote: > Hi, > > I'd like to introduce an option for a Publisher to execute on each

detect Matrix project

2013-05-28 Thread nicolas de loof
Hi, I'd like to introduce an option for a Publisher to execute on each matrix-project axe OR for matrix head. email-ext has such an option for sample. I wonder how to only display this option for matrix projects, that means in my config.jelly I need to do some if job instanceof MatrixProject (Ite

Hosting request for LeastLoad Plugin

2013-05-28 Thread Brendan Nolan
Hi, I've started a new plugin that replaces the default Load Balancer with one that prefers nodes that currently have the least load https://github.com/bstick12/jenkins-ci-leastload My GitHub username is "bstick12" Thanks Brendan -- You received this message because you are subscribed to th

Re: What's the status of the Role Strategy plugin?

2013-05-28 Thread Oleg Nenashev
Hello, I have same question At current moment, I have implemented following features at my fork (https://github.com/synopsys-arc-oss/role-strategy-plugin): - Individual setup of slave roles; - Draft support of "RoleMacro" extension point (as built-in example, it allows to set specific rights