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

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 the

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

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 j:if test=${descriptor.isMatrixProject(it)} ... /j:if On 28 May 2013 14:59, nicolas de loof nicolas.del...@gmail.com wrote:

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

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

2013-05-28 Thread Stephen Connolly
On 28 May 2013 15:42, Jesse Glick jgl...@cloudbees.com 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

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 jgl...@cloudbees.com 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

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

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

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,

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:

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