Re: Gradle plugin pull request #16

2013-06-12 Thread oliver gondža
On Thu, 13 Jun 2013 00:02:52 +0200, Richard Bywater wrote: Does silence mean no objections? :) If so anyone object to me merging the pull request myself? "The safe rule of thumb is to contact existing developers upfront before doing any commit (but if there's no timely response in a week

Re: [jenkins] Have the scheduling algorithm honor the permissions (ada4a21)

2013-06-12 Thread Kohsuke Kawaguchi
2013/6/12 Jesse Glick > On 06/12/2013 09:38 AM, Kohsuke Kawaguchi wrote: > >> I don't think I can explain the difference between RUN_BUILDS permission >> and BUILD >> >> someone having a permission to build a certain job and someone having a >> permission to build in a certain slave feels symmetr

Re: Gradle plugin pull request #16

2013-06-12 Thread Richard Bywater
Does silence mean no objections? :) If so anyone object to me merging the pull request myself? Thanks Richard. On Tue, Jun 11, 2013 at 9:30 PM, Richard Bywater wrote: > I'm not sure if gbois is around or not at the moment but I think it would > be a good idea to pull https://github.com/jenkin

Show saved Repeatable Items when come back to the Configure page again

2013-06-12 Thread Zhengyuan Shen
Hi everybody, I used a repeatable item to build a form in the configure page. After saving the configure, all the data are saved in the server. However, when I come back to the configure page, is there a way to show those already saved data in the repeatable items? Can somebody help me? Thanks

Re: Jelly - Save repeatable elements in a list

2013-06-12 Thread Zhengyuan Shen
Hi, I am on the same stage as you are. Have you figured out a way to put into those fields when going to the config page again? Thanks On Monday, August 20, 2012 9:23:29 AM UTC-7, ThomasBrouwer wrote: > > On, and the strange this is that the data is stored inside my objects, > they're just not

Request to host plugin: rich-text-publisher-plugin

2013-06-12 Thread Dmitry
Hi Team, The plugin publishes user defined rich text on Job/Run pages. WikiText, HTML and Confluence markups are supported for formatting the message. Project URL is: https://github.com/masterhard/rich-text-publisher-plugin Thanks, Dmitry -- You received this message because you are subscribe

Re: My pull requests do not appear on the Pending Pull Requests page

2013-06-12 Thread Jesse Glick
On 06/12/2013 11:29 AM, Jonathan Zimmerman wrote: I've submitted a pair of pull requests to fix issues in a couple of plug-ins but neither pull request appears on the Pending Pull Requests page. Is there anything special that needs to be done to get a plugin's pull requests to appear on the pa

My pull requests do not appear on the Pending Pull Requests page

2013-06-12 Thread Jonathan Zimmerman
I've submitted a pair of pull requests to fix issues in a couple of plug-ins but neither pull request appears on the Pending Pull Requests page. Is there anything special that needs to be done to get a plugin's pull requests t

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

2013-06-12 Thread Oleg Nenashev
Hello, I have created pull request with my changes: https://github.com/jenkinsci/role-strategy-plugin/pull/3 . In addition, there's pending bugfix from Jesse Glick. According to Romain's response (see previous message), there's no active maintainer of the plugin. So, is it possible to [tempor

Re: [jenkins] Have the scheduling algorithm honor the permissions (ada4a21)

2013-06-12 Thread Jesse Glick
On 06/12/2013 09:38 AM, Kohsuke Kawaguchi wrote: I don't think I can explain the difference between RUN_BUILDS permission and BUILD someone having a permission to build a certain job and someone having a permission to build in a certain slave feels symmetric to me. It is not “symmetric” in th

RE: Display results of last build even if it's not the good project

2013-06-12 Thread Sandell, Robert
It seems like you are storing the result in some singleton instance, like the descriptor or other, that both builds are reading from. The standard approach for a builder or recorder is to put relevant data in a separate Action instance and add that to the build. Maybe you have created an Action b

Display results of last build even if it's not the good project

2013-06-12 Thread florian.roncari
Hello, I'm making a plugin for Code Quality and I want to display all my results in an Array. I have created a Jelly file for displayng this array (I use it. function). When I build my project everything is OK I have all the result for this project in my array. So when I build another project, I l

Re: [jenkins] Have the scheduling algorithm honor the permissions (ada4a21)

2013-06-12 Thread Kohsuke Kawaguchi
I thought more about this, and I still think the BUILD permission is appropriate. I don't think I can explain the difference between RUN_BUILDS pemission and BUILD permission --- someone having a permission to build a certain job and someone having a permission to build in a certain slave feels sym

RE: How many jobs can jenkins support?

2013-06-12 Thread Sandell, Robert
We have fallen behind a bit recently, but try to keep up with the LTS releases, just upgraded to 1.480.3. One weekend a month our IT department has a scheduled patch of the packages on the server OS and that is usually when we also arehitching a ride on that restart and do plugin upgrades at the

Re: How many jobs can jenkins support?

2013-06-12 Thread martinda
Robert, On Tuesday, June 11, 2013 10:50:44 AM UTC-4, Robert Sandell wrote: > > For one of our servers we have roughly 4K jobs and 250 slaves running > about 5K builds per day, on average there is one executor per slave. > > What version of Jenkins are you using, and what is your upgrade policy