Re: Request for feedback: Jenkins Enhancement Proposal (JEP)

2017-10-24 Thread Liam Newman
There's been quiet a bit of discussion offline about this I've closed #18 as Kohsuke's objections to it make it a non-starter. I've instead opened * https://github.com/jenkinsci/jep/pull/19 that restores BDFL delegates * https://github.com/bitwiseman/jep/pull/1 proposed amendment to #19 that

[Announce] Video available on how we use Jenkins + Logstash plugin for the Gerrit CI pipeline

2017-10-24 Thread Luca Milanesio
Hi, both Jenkins and Gerrit Community. we have just published the YouTube + transcript of the "Jenkins forever" presentation at the Gerrit User Summit 2017 in London: https://gitenterprise.me/2017/10/24/gerrit-user-summit-jenkins-forever/ Hopefully, it could be an inspiration for all of those

Re: Request for plugin ownership - SLOCCount Plugin

2017-10-24 Thread Oleg Nenashev
+1 from me. It seems the plugin does not have active maintainers now. @Jesse, Seiji, Michal. It would be great if you could confirm the ownership transfer. Thanks in advance, Oleg вторник, 24 октября 2017 г., 20:35:43 UTC+2 пользователь Ivo Marinkov написал: > > Hello, > > I've been trying to

Re: Jenkins.createProject - ACL

2017-10-24 Thread Jesse Glick
On Tue, Oct 24, 2017 at 4:12 PM, Shaun Thompson wrote: > Plugin fails to create the job > so an ACL is in effect. If you are using Jenkins 2.45 or earlier, work around JENKINS-41684 using `ACL.as(ACL.SYSTEM)`. -- You received this message because you are subscribed to the

Re: Jenkins.createProject - ACL

2017-10-24 Thread Shaun Thompson
I appreciate the warnings but this is a plugin used internally by our company for release automation. Context always help :) On Tuesday, October 24, 2017 at 3:12:50 PM UTC-5, Shaun Thompson wrote: > > That doesn't line up with what I'm seeing. Plugin fails to create the job > so an ACL is in

Re: Jenkins.createProject - ACL

2017-10-24 Thread Shaun Thompson
That doesn't line up with what I'm seeing. Plugin fails to create the job so an ACL is in effect. I guess I'll figure it out on my own. On Tuesday, October 24, 2017 at 1:11:08 PM UTC-5, Jesse Glick wrote: > > On Tue, Oct 24, 2017 at 1:23 PM, Shaun Thompson > wrote: > > By

Request for plugin ownership - SLOCCount Plugin

2017-10-24 Thread Иво Маринков
Hello, I've been trying to get some changes into the SLOCCount Plugin (https://wiki.jenkins.io/display/JENKINS/SLOCCount+Plugin). I was told the plugin was looking for a maintainer so new releases could be pushed. I'd like to request to become a maintainer. My GitHub ID is ivaivalous and my

Re: Jenkins.createProject - ACL

2017-10-24 Thread Stephen Connolly
On 24 October 2017 at 19:11, Jesse Glick wrote: > On Tue, Oct 24, 2017 at 1:23 PM, Shaun Thompson wrote: > > By logged in user, I'm referring to the user that initiated the plugin > > installation. > > There is no information available to that effect, if

Re: Jenkins.createProject - ACL

2017-10-24 Thread Jesse Glick
On Tue, Oct 24, 2017 at 1:23 PM, Shaun Thompson wrote: > By logged in user, I'm referring to the user that initiated the plugin > installation. There is no information available to that effect, if such a concept were even reliably meaningful, which it is not. Clearly anyone

Re: Jenkins.createProject - ACL

2017-10-24 Thread Shaun Thompson
By logged in user, I'm referring to the user that initiated the plugin installation. If they are authorized to install the plugin, by default I want to give that plugin rights to create a job on that CI server. On Tuesday, October 24, 2017 at 11:59:55 AM UTC-5, Jesse Glick wrote: > > On Tue,

Jenkins.createProject - ACL

2017-10-24 Thread Shaun Thompson
Running into an issue where I'm programmatically creating a job when the user installs it's corresponding plugin. The Jenkins instance has security enabled with either logged in users can do anything or matrix based security. If those are set, it will fail with Anonymous does not have create

Re: Re-use Git Plugin webhook

2017-10-24 Thread Jesse Glick
On Tue, Oct 24, 2017 at 11:08 AM, Carles Capdevila Tejada wrote: > I read in the docs that to implement the automatic > triggering of jobs when pushing to the SCM a webhook should be implemented. > However, I’d like to re-use the webhook of the Git Plugin to do this. Sure.

Re-use Git Plugin webhook

2017-10-24 Thread Carles Capdevila Tejada
Hi there, I’m writing an organization plugin for Gitblit (something like Github-branch-source) and I read in the docs that to

Re: Testing Jenkins Plugins

2017-10-24 Thread Mark Waite
There is a great thread earlier in the list which offers insights into the different facilities available to test a plugin, the concepts involved, and the related compromises. Refer to https://groups.google.com/d/msg/jenkinsci-dev/R8w7uhh-xbg/Z3O5ew1NBwAJ Mark Waite On Tue, Oct 24, 2017 at 7:00

Testing Jenkins Plugins

2017-10-24 Thread Valerie Fernandes
Hi Guys, I need your advise to understand what is the best means to test Jenkins plugins. We have some plugins that were developed in house. To test the functionality we have selenium tests per plugin. Problem is that, these tests are time consuming, and often fail due to timeout issues or