Jenkins architecture

2021-09-24 Thread Soumya Mitra
I would like to know more about Jenkins architecture as a plugin developer. But this section(https://www.jenkins.io/doc/developer/architecture/) in the documentation doesn't really help much as most of the pages don't contain much details. Does anyone know of any alternate source that I can

Re: Jenkins architecture

2020-02-28 Thread Jeff Pearce
Developers Subject: Re: Jenkins architecture Notice: This email is from an external sender. 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

Re: Jenkins architecture

2020-02-28 Thread Jeroen Haaksema
d by Jenkins is a link to a > source control management system (eg. GitHub) ? > > Another main principle in Jenkins architecture is the plugins system. Most > of the features are implemented by plugins, including those that interact > with external interfaces. For example, the inte

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
in principle in Jenkins architecture is the plugins system. Most > of the features are implemented by plugins, including those that interact > with external interfaces. For example, the interaction with maven, node, > git or mercurial is implemented by plugins. > > -- > >&g

Re: Jenkins architecture

2020-02-28 Thread Esther Alvarez
ala and groovy. It may be challenging having some maven plugins work with them, but should be possible. > Would you say that an external interface used by Jenkins is a link to a source control management system (eg. GitHub) ? Another main principle in Jenkins architecture is the plugins system

Re: Jenkins architecture

2020-02-27 Thread Jeroen Haaksema
Hey Gwen, Thank you for taking the time to write an answer! I'm not really sure how I got it in my head that Oracle built Jenkins but that interview is really helpfull. Op donderdag 27 februari 2020 17:27:45 UTC+1 schreef Gwen: > > Hey - I sit on this mailing list and am looking at some

Re: Jenkins architecture

2020-02-27 Thread Matt Sicker
Responses inline below: On Thu, Feb 27, 2020 at 9:07 AM Jeroen Haaksema wrote: > > Hello, > > First of, I’m really sorry if this is not the right place to ask this, if not > please let me know who I could direct this to!I am a CS student who is doing > a course on architecture and I have

Re: Jenkins architecture

2020-02-27 Thread James Harrison
Hey - I sit on this mailing list and am looking at some newbie-issues; I'm definitely not a core developer or anything, but I wanted to tackle the Jenkins in Java question. On Thu, Feb 27, 2020 at 8:07 AM Jeroen Haaksema wrote: > Hello, > > First of, I’m really sorry if this is not the right

Jenkins architecture

2020-02-27 Thread Jeroen Haaksema
Hello, First of, I’m really sorry if this is not the right place to ask this, if not please let me know who I could direct this to!I am a CS student who is doing a course on architecture and I have chosen Jenkins. Part of the course is communicating with the architect. There doesn’t seem