Re: POTD: Jenkinsfile Runner

2018-04-03 Thread Kohsuke Kawaguchi
Hi, Thomas, Tyler passed me a link to your project https://github.com/tomwillfixit/jenkinless, which is in a similar space with my project of the day called Jenkinsfile Runner. I haven't studied your project carefully yet, but I already see some interesting ingredients like memcached that I have

Re: jenkins-js-modules: gulp/node is not automatically invoked in mvn build

2018-04-03 Thread Ullrich Hafner
Thanks! That actually worked, at least I can create tables now. On the other hand, JS scripts for pagination and search do not work in this way. It is really a lot of try and error to get this running :-( I think I will directly reference the JS files in the first release and see if I can

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

2018-04-03 Thread Jesse Glick
On Mon, Apr 2, 2018 at 1:49 PM, Daniel Anechitoaie wrote: > Would a stripped down version of the plugin with just the absolute minimal > amount of code needed to replicate the issue be what is needed? That would be ideal, yes. > And where should I provide this? I can put

Re: [Essentials] Error Telemetry logging: how to do it (was: Re: Thoughts on sending error telemetry for Jenkins Essentials)

2018-04-03 Thread Baptiste Mathus
So, to clarify: *I would like to keep this thread dedicated to the pros and cons to either write a `jenkins-module` as advised by Jesse, or a Jenkins plugin to host the classes that this will require*, whatever the implementation paths we choose. For instance, I think I'll also need to write a

Re: Releasing to jenkins-ci.org - Access denied

2018-04-03 Thread Daniel Beck
You will need to request upload permission as referenced in https://issues.jenkins-ci.org/browse/HOSTING-537?focusedCommentId=333816=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-333816 > On 3. Apr 2018, at 14:59, BenoƮt Le Gall wrote: > >

Re: Releasing to jenkins-ci.org - Access denied

2018-04-03 Thread Daniel Beck
> On 3. Apr 2018, at 15:11, Daniel Beck wrote: > > You will need to request upload permission as referenced in > https://issues.jenkins-ci.org/browse/HOSTING-537?focusedCommentId=333816=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-333816

Re: Multibranch event listener for Github PR labels

2018-04-03 Thread Steven F
I have opened a PR to make the head and revision constructors public https://github.com/jenkinsci/github-branch-source-plugin/pull/179 I've also thought about having an EnvironmentContributor to make the labels available to a build (my use case would be as 'when' conditions for stages) but it

Re: Discussion: New Custom Jenkins WAR packaging tool

2018-04-03 Thread Oleg Nenashev
> > All of them would need to locally build the war file or share the local > maven repo or something similar... There is an ongoing discussion about a staging repo in IEP-9 . I could add an option to Custom WAR packager to deploy

Re: [Essentials] Error Telemetry logging: how to do it (was: Re: Thoughts on sending error telemetry for Jenkins Essentials)

2018-04-03 Thread Baptiste Mathus
2018-04-02 15:27 GMT+02:00 Jesse Glick : > On Fri, Mar 30, 2018 at 11:15 AM, Baptiste Mathus wrote: > > SocketHandler is unusable for real life IMO: any loss of connection will > not be reconnected. > > So we need to develop something that *will* reconnect