Re: GSOC - Office Hours 3-23-18

2018-03-21 Thread Oleg Nenashev
Hi Tyler, I will update the website in few hours. I also plan to setup other last-chance timeslots, so I will make changes in a bulk mode. BR, Oleg On Wed, Mar 21, 2018 at 6:18 PM, R. Tyler Croy wrote: > (replies inline) > > On Wed, 21 Mar 2018, Steve Christou wrote: > >

@QueryParameter in form validation is not filled for dropdownDescriptorSelector

2018-03-21 Thread Ullrich Hafner
I’m trying to use form validation on a dropdownDescriptorSelector, however here the validation method parameters (annotated with @QueryParameter) are not found and set to null (or 0). (If used standalone the validation works). Is there anything different with a dropdownDescriptorSelector? The

Re: [JENKINS-49406] Evergreen snapshotting data safety system pre-JEP: feedback welcome

2018-03-21 Thread R. Tyler Croy
(replies inline) On Wed, 21 Mar 2018, Baptiste Mathus wrote: > FYI JEP now officially filed for review at > https://github.com/jenkinsci/jep/pull/67 A friendly reminder from one of the JEP Editors, please keep the discussion on this mailing list thread about the document. At this stage of the

Re: GSOC - Office Hours 3-23-18

2018-03-21 Thread R. Tyler Croy
(replies inline) On Wed, 21 Mar 2018, Oleg Nenashev wrote: > Hi Tyler, > > I will update the website in few hours. > I also plan to setup other last-chance timeslots, so I will make changes in > a bulk mode. I am also going to guess that Steve did not mean 8am UTC, which I believe is 11pm in

Re: [JENKINS-49486] How to make promoted_builds/conditions/ManualCondition.java instance per build?

2018-03-21 Thread dnusbaum
Anyone interested can take a look at this pull request: https://github.com/jenkinsci/promoted-builds-plugin/pull/114. On Tuesday, March 20, 2018 at 5:59:28 AM UTC-4, Rick Liu wrote: > > Hi, > > I'm trying to implementing [JENKINS-49486 > ]:

Re: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-21 Thread Martin Weber
Am Mittwoch, 21. März 2018, 15:52:58 CET schrieb Jesse Glick: > On Tue, Mar 20, 2018 at 7:14 PM, Joseph P wrote: > > implementing SimpleBuildStep is the easiest and fastest way to get going > > As I wrote in the PR, this is probably not what you want at all. I already had

Re: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-21 Thread Martin Weber
Am Dienstag, 20. März 2018, 21:18:45 CET schrieb Joseph P: > It is in the error stack. Your builder is missing its descriptor > implementation class. Sorry if I hadn't been precise enough, but I get that error on the master branch (no pipeline support) if I just change jenkins version from

GSOC - Office Hours 3-23-18

2018-03-21 Thread Steve Christou
I will be holding office hours this Friday at 8:00 AM UTC for GSOC students and mentors. See https://jenkins.io/projects/gsoc/#office-hours for more information on the office hours. I will also be available in the irc channel as schristou, so feel free to ask me any questions. Thank you, Steve.

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

2018-03-21 Thread Sahil Khan
Sure Olev Will revert you back when completed with proposal. Thanks for your response. > > -- 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, send an email to

Re: SELECT / COMBOBOX JELLY

2018-03-21 Thread Virginia Mesa
Yes! It's like that! Thank you very much to both of you. And thank you very much for the UI Samples plugin, it has very interesting things. I'm starting now with the development of Plugins and all help is little with the little documentation there is. Thank you! > -- You received this

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

2018-03-21 Thread Jesse Glick
On Wed, Mar 21, 2018 at 3:53 PM, Ullrich Hafner wrote: > Is there anything different with a dropdownDescriptorSelector? No, it should work. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Re: POTD: Jenkinsfile Runner

2018-03-21 Thread Kohsuke Kawaguchi
On Wed, Mar 7, 2018 at 1:04 PM Jesse Glick wrote: > On Tue, Mar 6, 2018 at 4:23 PM, Kohsuke Kawaguchi wrote: > > I have another idea. Instead of > > running Jenkinsfile in this CLI and try to emulate your Jenkins instance > as > > closely as possible (in

Re: POTD: Jenkinsfile Runner

2018-03-21 Thread Kohsuke Kawaguchi
Sorry for the bit of delay to come back to this, On Wed, Mar 7, 2018 at 5:46 AM Bill Dennis wrote: > Kohsuke - some more answers to your questions inline below. > > Also I thought of these other things on my walk to the office this morning > that might be of interest: >

Re: POTD: Jenkinsfile Runner

2018-03-21 Thread Kohsuke Kawaguchi
On Sun, Mar 11, 2018 at 6:43 AM wrote: > From a user perspective, I like your idea of a > "pipeline.sharedlibrary.test" step and/or a "run-pipeline" CLI command. > They would definitely solve configuration issues with plugins, docker, etc. > Now, Jesse mentioned some

Re: POTD: Jenkinsfile Runner

2018-03-21 Thread Kohsuke Kawaguchi
It's pretty cool that it actually works, huh? On Mon, Mar 12, 2018 at 10:57 PM Michael Neale wrote: > As an example of how to use (abuse?) this: > > I was able to take a container with the set of "recommended" plugins, and > run it on the "codeship pro" service (which uses

Re: [Essentials] Collecting usage telemetry from Jenkins Pipeline

2018-03-21 Thread R. Tyler Croy
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: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-21 Thread Jesse Glick
On Tue, Mar 20, 2018 at 7:14 PM, Joseph P wrote: > implementing SimpleBuildStep is the easiest and fastest way to get going As I wrote in the PR, this is probably not what you want at all. -- You received this message because you are subscribed to the Google Groups

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

2018-03-21 Thread Jesse Glick
On Wed, Mar 21, 2018 at 7:12 AM, Daniel Anechitoaie wrote: > [Is it] possible maybe one of these libraries? […] > > I tried a test with just a bunch of Thread.sleep() before it gets to my code > (that zips the files and HTTP puts them) and if I cancel the job there it >