Re: Request for hosting

2015-12-03 Thread Baptiste Mathus
Well, actually IIUC the code hits an ES instance, on indices named "logstash-*", so I'd argue it has more to do with ES than with logstash... (and logstash-* is a default name, so it could btw be totally different). In my mind, if I see a logstash-blah-plugin for Jenkins, I'd think it's a plugin

Update ownership of the integrity-plugin

2015-12-03 Thread Cletus D'Souza
Hello, Can someone direct me to how I can update the current "integrity-plugin Developers" team? I was used to able to just send an invite to a GitHub user, but that seems to be disabled now. I need to add the following users to the team "integrity-plugin Developers": Name

Re: Update ownership of the integrity-plugin

2015-12-03 Thread Daniel Beck
All three have been added as committers. They may need to accept the jenkinsci org invite at github.com/jenkinsci On 03.12.2015, at 13:10, Cletus D'Souza wrote: > Hello, > > Can someone direct me to how I can update the current "integrity-plugin > Developers" team?

How to find project root dir?

2015-12-03 Thread Suresh Reddy
Hi All, I am debugging a issue with Performance plugin and found that below code is problematic if all builds are getting executed on short-lived slaves (cloud nodes in Azure or AWS)

Re: Request for hosting

2015-12-03 Thread Oleg Nenashev
> > In my mind, if I see a logstash-blah-plugin for Jenkins, I'd think it's a > plugin to somehow *push* logs somewhere (es, graphite, you name it). > Again, I've only read the code very quickly so I may be wrong, but this > plugin seems more like it's designed to *search* an es instance and

Re: Update ownership of the integrity-plugin

2015-12-03 Thread Daniel Beck
I did. Again, they need to accept the invitation into the org. On 03.12.2015, at 14:52, Cletus D'Souza wrote: > Hi Daniel, > > Yes, I already added them as contributors. I would also like to add them to > the 'integrity-plugin Developers' team. Can you make that

Re: [JENKINS-27317] Request for developers

2015-12-03 Thread Sverre Moe
I made an initial fix for this. https://github.com/jenkinsci/template-project-plugin/pull/26 My latest test with this fix threw an IllegalStateException. I have been somewhat busy so I haven't had more time to look into this. FATAL: cannot change build result while in COMPLETED

RE: Update ownership of the integrity-plugin

2015-12-03 Thread Cletus D'Souza
Ah, gotcha! Thanks! Cletus > Subject: Re: Update ownership of the integrity-plugin > From: m...@beckweb.net > Date: Thu, 3 Dec 2015 15:12:14 +0100 > To: jenkinsci-dev@googlegroups.com > > I did. Again, they need to accept the invitation into the org. > > On 03.12.2015, at 14:52, Cletus D'Souza

RE: Update ownership of the integrity-plugin

2015-12-03 Thread Cletus D'Souza
Hi Daniel, Yes, I already added them as contributors. I would also like to add them to the 'integrity-plugin Developers' team. Can you make that change? Thanks! Cletus > Subject: Re: Update ownership of the integrity-plugin > From: m...@beckweb.net > Date: Thu, 3 Dec 2015 13:50:36 +0100 >

Pimp my Plugin (AWSEB Deployment Plugin) + Some Remoting Questions

2015-12-03 Thread Aldrin Leal
Here's one to you devs. I just released my AWSEB Deployment Plugin, the newest version, and I've learnt a lot while improving it, specially when it comes to reusing other plugins (AWS SDK and AWS Credentials), but it left me wondering if it looks good or if there's any room for Improvement.

build-user-vars-plugin: request for new release

2015-12-03 Thread martinda
Can someone please release the Build User Vars Plugin . It now has Workflow support. Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: Looking for a new maintainer for the git-parameter plugin

2015-12-03 Thread Daniel Beck
I added the adopt-a-plugin label to the wiki page to make this more visible. https://wiki.jenkins-ci.org/display/JENKINS/Git+Parameter+Plugin On 03.12.2015, at 20:30, Niklaus Giger wrote: > Hi > > I adapted the git-parameter plugin as I neeeded some fixes for my paid

Looking for a new maintainer for the git-parameter plugin

2015-12-03 Thread Niklaus Giger
Hi I adapted the git-parameter plugin as I neeeded some fixes for my paid work and thanks to the wonders of Free Software I was able to solve my problems and Jenkins still is an important part for our workflow for our OpenSource project, see https://srv.elexis.info/jenkins/. I have however

Re: Request for hosting

2015-12-03 Thread Michael Neale
Good point. This plugin is quite different to that one. Yes calling it something with "elastic search" in the name probably makes more sense On Thu, 3 Dec 2015 at 9:06 PM, Oleg Nenashev wrote: > In my mind, if I see a logstash-blah-plugin for Jenkins, I'd think it's a >>