Pipeline-Authoring SIG Update

2020-02-28 Thread Marky Jackson
Hello Friends! I wanted to give an update on what the fine folks in the Pipeline-Authoring SIG have been up to. We have been meeting regularly to define personas to help better us create the SIG roadmap. We meet twice a week, once on Thursday for the EMEA timezone and once on Friday for the

Re: About - Simple Pull Request Plugin

2020-02-28 Thread Aytunc Beken
Hi Oleg, Thanks a lot. I read all the document, all seems fine. Just, I want to be sure, I understood that traveling or attending meetings physically is not required. If these are true, then please count me in :) On Wednesday, February 26, 2020 at 7:45:38 PM UTC+1, Oleg Nenashev wrote: > >

Re: Jenkins architecture

2020-02-28 Thread Jeff Pearce
That’s correct. At its heart Jenkins is just a task runner. Most people use if for CICD, so they would have a SCM hook, but it’s not required From: on behalf of Jeroen Haaksema Reply-To: "jenkinsci-dev@googlegroups.com" Date: Friday, February 28, 2020 at 10:53 AM To: Jenkins Developers

Re: Jenkins architecture

2020-02-28 Thread Jeroen Haaksema
Thank you for your answer! I was assuming that source control management was a part of Jenkins since both the Hudson and Jenkins module feature it, but if I understand correctly this is actually a plugin? I will look into the @Extension decorator as Mike mentioned and see if I can find it in

Re: Jenkins architecture

2020-02-28 Thread Jeroen Haaksema
Thank you for taking the time to provide a response! It has really clarified some of the things I wasn't super sure on. Op donderdag 27 februari 2020 20:47:56 UTC+1 schreef Matt Sicker: > > Responses inline below: > > On Thu, Feb 27, 2020 at 9:07 AM Jeroen Haaksema > > wrote: > > > > Hello,

Re: Jenkins architecture

2020-02-28 Thread Jesse Glick
On Thu, Feb 27, 2020 at 2:47 PM Matt Sicker wrote: > Kotlin was designed to interoperate easily with Java, so it's a > natural extension to be able to do the same in Jenkins. Due to > JEP-200, though, there may be extra boilerplate code needed to save > and load config objects written using

Re: Jenkins architecture

2020-02-28 Thread mike cirioli
I would even go a step further regarding plugins, the @Extension mechanism (on which plugins are based) is used internally quite a bit as well. > Would you say that an external interface used by Jenkins is a link to a > source control management system (eg. GitHub) ? > > Another main principle

Re: Jenkins architecture

2020-02-28 Thread Esther Alvarez
I don't have a deep knowledge in jenkins, so apologies in advance if I say something which is not accurate. > What is the reason that plugins can be written in Kotlin? I would say that plugins can be written in any language executable by the JVM that can interoperate with java classes, like scala

Re: 2.204.3 LTS ETA

2020-02-28 Thread Oleg Nenashev
I sent an SMS to Kohsuke yesterday (the last resort option we use for the Jenkins core release delays). There was no response, and so far there is no release. I cannot provide any ETA. Please send good thoughts to CDF which is working on resolving the code signing certificate issues. BR, Oleg