[Essentials] RFC: first cut at registration and authentication for Jenkins Essentials

2018-03-23 Thread R. Tyler Croy
I've been hammering my head against the problem of registering and authenticating Jenkins Essentials instances all week (and boy does my head hurt!) but now, after 6pm on Friday evening, do I feel like I have a design/concept worth soliciting feedback on. Since there's so much context and detail

Re: Request to join scm-sync-configuration plugin

2018-03-23 Thread Guillermo Palacio
Yes, i do, but it has been difficult to get some time for it since i merged the last changes... El sáb., 3 mar. 2018 a las 17:13, Arnaud Tamaillon () escribió: > Hello,, > > It seems no release has been done on the plugin since you were added to > the maintainers, and

Re: JEP: Modification of "Accepted" JEPs

2018-03-23 Thread Ewelina Wilkosz
I'm perfectly ok with starting a discussion about proposed change And in general I do not disagree with your proposal but I want to share my doubts... when we started working on Jenkins Configuration as Code we had an idea and then the idea has changed and I'm glad we put it all in one

Re: Request for comments: Special Interest Groups (SIGs) for the Jenkins project

2018-03-23 Thread Carlos Sanchez
I think the materialization of SIGs would be a great addition to the community, thanks Tyler for the write up I am working on draft JEPs to be proposed regarding "cloud native": external storage, external logging,... you'll be reading more from me in the following weeks :) On Thu, Mar 22, 2018,

New maintainers for plasticscm-plugin

2018-03-23 Thread Miguel González
Hi, We're extending the team in charge of maintaining the Jenkins plasticscm-plugin. Right now it's only me, *mig42* (mgonza...@codicesoftware.com), but we'd like to add three more people. Could we enable their Jenkins IDs and add their GitHub users to the Jenkins organization? The new

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Daniel Anechitoaie
I took latest Jenkins code from master, applied your patch, and runt the plugin. Now when I click cancel I get. Mar 23, 2018 8:13:31 PM hudson.model.Run execute SEVERE: Failed to save build record java.nio.channels.ClosedByInterruptException at

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Jesse Glick
On Fri, Mar 23, 2018 at 2:19 PM, Daniel Anechitoaie wrote: > Now when I click cancel I get. In other words, the same as before? I think we have reached the limit of what is possible for “debugging by telegram”. If you have a self-contained, minimal, reproducible test

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Jesse Glick
On Fri, Mar 23, 2018 at 3:21 PM, Daniel Anechitoaie wrote: > If it happens and it's while a long running process (like zipping a big > folder) it even asks me after a while if I want to force close the job which > also works. This is a sign that your zip operation is

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Daniel Anechitoaie
With pipelines seems to be working fine. If I click cancel the job is properly canceled without any errors. If it happens and it's while a long running process (like zipping a big folder) it even asks me after a while if I want to force close the job which also works. So the problem seems to

Re: [GSoC 2018] Introduction for Improvements to the Jenkins Acceptance Test Harness

2018-03-23 Thread Sahil Khan
Hey, I have submitted my draft proposal on GSoC Platform and looking forward to your feedback to improve my Proposal. -- 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: New maintainers for plasticscm-plugin

2018-03-23 Thread Daniel Beck
> On 23. Mar 2018, at 12:59, Miguel González > wrote: > > We're extending the team in charge of maintaining the Jenkins > plasticscm-plugin. Right now it's only me, mig42 > (mgonza...@codicesoftware.com), but we'd like to add three more people. Could > we

Re: @QueryParameter in form validation is not filled for dropdownDescriptorSelector

2018-03-23 Thread Jesse Glick
On Thu, Mar 22, 2018 at 7:05 PM, Ullrich Hafner wrote: > I created an issue: JENKINS-50355. Most likely some typo or other bug in your plugin code, but hard to know offhand. If there a simple way to reproduce this problem locally, state that in the issue. > Maybe the

Anything wrong with storing expanded plugin data in var cache?

2018-03-23 Thread Sam Gleske
I normally store expanded plugin metadata within /var/cache/jenkins/plugins similar to how WAR filre metadata is stored in /var/cache/jenkins/war. Is there any particular reason the Jenkins packages don't do this? Are there any drawbacks? I'm curious if others have any opinions on this. I've

Re: [Essentials] Collecting usage telemetry from Jenkins Pipeline

2018-03-23 Thread R. Tyler Croy
(replies inline) On Wed, 21 Mar 2018, R. Tyler Croy wrote: > Just a heads up in case anybody on this thread is interested, I've put a > hangout on the Jenkins project calendar to discuss this topic further on > Friday: > >

Re: JEP: Modification of "Accepted" JEPs

2018-03-23 Thread Carlos Sanchez
I agree with Ewelina that *"all 'significant changes' to a JEP should be completed before it is Accepted"* looks like a requirement that may hinder innovation and experimentation on areas that are not clear from the start. I'd rather see a review process that can return the JEP to a draft state

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Daniel Anechitoaie
*> Perhaps the ZIP function is not interruptible, * I think so too. *> which is too bad, but then the symptom should merely be that the ZIP proceeds to completion, and then * *> the build is shown as aborted in the normal way. * Which is totally fine. I zip things in a loop so even if it

Re: New maintainers for plasticscm-plugin

2018-03-23 Thread Miguel González
Done! https://issues.jenkins-ci.org/browse/INFRA-1557 Thank you!! El viernes, 23 de marzo de 2018, 13:15:28 (UTC+1), Daniel Beck escribió: > > > > On 23. Mar 2018, at 12:59, Miguel González > wrote: > > > > We're extending the team in charge of maintaining the

Re: java.nio.channels.ClosedByInterruptException when I click cancel button from a running job

2018-03-23 Thread Jesse Glick
On Fri, Mar 23, 2018 at 8:19 AM, Daniel Anechitoaie wrote: > So it kind of seems that only MasterToSlaveFileCallable supports being > interrupted while MasterToSlaveCallable it does not. That would be odd, since file callables are just a bit of sugar, internally

Re: Discussion: New Custom Jenkins WAR packaging tool

2018-03-23 Thread Jesse Glick
On Thu, Mar 22, 2018 at 8:19 PM, Oleg Nenashev wrote: >> We could introduce a new system property or environment variable pointing >> to a custom WAR file >> path for `WarExploder` to use, perhaps. > > It would require plugins to update to the recent JTH, but it's not a

Re: JEP: Modification of "Accepted" JEPs

2018-03-23 Thread Jesse Glick
On Fri, Mar 23, 2018 at 8:11 AM, Carlos Sanchez wrote: > "all 'significant changes' to a JEP should be > completed before it is Accepted" looks like a requirement that may hinder > innovation and experimentation on areas that are not clear from the start. To play devil’s

Remoting work dir configuration of JNLP Launcher

2018-03-23 Thread Glenn Burkhardt
Jenkins ver. 2.108 , Libvirt Slaves plugin 1.8.5 I'm trying to get a slave windows client running in a VM under 'libvirt' to start properly. I've identified the problem to be the same as described in https://issues.jenkins-ci.org/browse/JENKINS-47834. The problem is that