Re: Job Inheritance Plugin

2020-04-15 Thread jeremy mordkoff
I went back and forth on this. In the end, I put everything in code. I decided I wanted the minimum amount of stuff configured in jenkins. I started out with a wrapper pipeline that loaded the "guts" of the job. This was extremely restrictive in that each job had to conform at some level to th

Job Inheritance Plugin

2020-04-15 Thread marouane zhani
Hi everybody, Since a lot of my jobs have more or less the same set of parameters, I wanted to implement a "parent job" where we have the shared configuration, and all "children" jobs should just inherit from the "parent" and change the parameters if needed. I have found that the "inheritance