Kubernetes plugin advice

2015-01-23 Thread Carlos Sanchez
Hi! I'm creating the Kubernetes plugin [1] to start slaves in Kubernetes or Google Container Engine, which basically means launching Docker containers across multiple hosts with just one API. Some background: Kubernetes allows launching individual containers (Pods) or creating a

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread Robert Sandell
What about the in queue part of the widget? I vote for moving it out into a separate widget otherwise tha pagination could get tricky if a build has been added or removed from the queue between page requests. /B On Fri, Jan 23, 2015 at 5:31 PM, Jesse Glick jgl...@cloudbees.com wrote: On Fri,

Re: ToolInstallation, BuildWrapper and Matrix project

2015-01-23 Thread Gilles QUERRET
Thanks Robert. I've succeeded today in adding the tool location as an environment variable, but I had to rely on another BuildWrapper. I wasn't able to access the tool location directly from addBuildVariable. It works fine (I was able to replace 18 jobs with a single one !), but I'm not sure it's

Re: Security question - can master-slave communication be encrypted?

2015-01-23 Thread Akshay Dayal
Hey Jesse, Thanks for the detailed information. I was looking at the source yesterday, I'll start playing around with this next week. I've created https://issues.jenkins-ci.org/browse/JENKINS-26580, if I need help on something should I post questions on this thread, post it in the bug or

Re: Cloud slave never provisioned (sometimes)

2015-01-23 Thread Suckow, Thomas J
I have updated it. So far I haven't seen the issue, but the job also does not often get triggered. I'll keep an eye on it. From: Nigel Magnay The API is certainly problematic. For example, on the latest in-dev versions, I can generate (occasionally) a deadlock. You may wish to try upgrading

PR matrix-project-plugin#11

2015-01-23 Thread Bruno Meneguello
Hi, there is some time my PR ( https://github.com/jenkinsci/matrix-project-plugin/pull/11) is waiting for approval (or disapproval). Please, could someone take a look? It's being used in my company since november without any problems. It's intended to provide the fastest possible feedback about

How to enabling safe html in the description textarea of the validating-string-parameter-plugin?

2015-01-23 Thread martinda
The textarea for the description of the String Parameter supports HTML. How do I modify the code in the validating-string-parameter-plugin to obtain the same HTML support in the plugin description textarea? My attempt is not successful:

Re: Security question - can master-slave communication be encrypted?

2015-01-23 Thread Jesse Glick
On Fri, Jan 23, 2015 at 2:47 PM, Akshay Dayal aksh...@google.com wrote: if I need help on something should I post questions on this thread, post it in the bug or something else? I guess it makes sense to comment on the JIRA ticket; anyone interested in watching it can. I may need some help

Re: ToolInstallation, BuildWrapper and Matrix project

2015-01-23 Thread Robert Sandell
I don't think you'll need the BuildWrapper in this case since the Axis can contribute it's own env vars: http://javadoc.jenkins-ci.org/hudson/matrix/Axis.html#addBuildVariable(java.lang.String, java.util.Map) /B On Thu, Jan 22, 2015 at 2:23 PM, Gilles QUERRET g.quer...@gmail.com wrote:

Re: Plugin hosting request

2015-01-23 Thread d...@fortysix.ch
Sounds like a nice plugin, please consider to integrate the credentials plugin - as the credentials for the git remote repo are for sure already persisted and should not have to be entered again. regards Domi On 23 Jan 2015, at 14:12, Björn Hurling hurlin...@googlemail.com wrote: Hello,

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread Jesse Glick
On Fri, Jan 23, 2015 at 11:11 AM, d...@fortysix.ch d...@fortysix.ch wrote: I know its not exactly the same thing, but maybe this could also create some ideas on how to solve an issue in the timeline widget: JENKINS-22008 I think the implementation work would be mostly unrelated. JENKINS-22008

Re: Request to host fork take over graphiteIntegrator plugin.

2015-01-23 Thread Michael Patel
Ok. Released ... what happens now :) ? On Thursday, 22 January 2015 12:33:23 UTC, Ullrich Hafner wrote: Done. Welcome aboard! Ulli Am 22.01.2015 um 11:44 schrieb Michael Patel mpate...@gmail.com javascript:: Almost a week now with no reply. Could I maybe get commit access. Mike. On

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread Jesse Glick
On Fri, Jan 23, 2015 at 10:53 AM, Tom Fennelly tom.fenne...@gmail.com wrote: I propose changing it to support a pagination type mechanism where you get Prev, Next and Top buttons on the widget +1 for either pagination or ProgressiveRendering. -- You received this message because you are

Build History - 100s/1000s of builds - performance

2015-01-23 Thread Tom Fennelly
Hi. I'm interested in hearing how people would feel about a change to how the BuildHistory widget handles build histories where there are 100s or 1000s of builds. As JENKINS-26445 https://issues.jenkins-ci.org/browse/JENKINS-26445 discusses, the performance of this widget can stink if there

Re: Build History - 100s/1000s of builds - performance

2015-01-23 Thread d...@fortysix.ch
+1 for pagination I know its not exactly the same thing, but maybe this could also create some ideas on how to solve an issue in the timeline widget: https://issues.jenkins-ci.org/browse/JENKINS-22008 Domi On 23 Jan 2015, at 17:01, Jesse Glick jgl...@cloudbees.com wrote: On Fri, Jan 23,

Plugin hosting request

2015-01-23 Thread Björn Hurling
Hello, I would like to request hosting of my plugin called *bitbucket-approve* As the name suggests, the plugin can be used to approve the last commit that has been successfully built on Bitbucket. My github handle is *bhurling* and the plugin can be found here: