Re: Mass Jenkins job updates

2014-04-01 Thread Matt Legrand
mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Bob Bick > *Sent:* 20 May 2013 22:45 > *To:* jenkins...@googlegroups.com > *Subject:* Mass Jenkins job updates > > > > Hi, > > > > We have many Jenkins jobs defined that were copied from a “template” &g

Re: Mass Jenkins job updates

2013-05-24 Thread JonathanRRogers
On Monday, May 20, 2013 5:44:48 PM UTC-4, Bob Bick wrote: > > > We have many Jenkins jobs defined that were copied from a “template” > Jenkins job. Now, I discovered that I’d like to add a new build step to > most (not all) of the jobs. > I used the Job DSL plugin for a while but that turned

Re: Mass Jenkins job updates

2013-05-22 Thread teilo
ring the template > attributes. This makes using Groovy code not very useful since it can’t be > dynamic. > > > > Bob > > > > *From:* teilo [mailto:teilo+...@teilo.net ] > *Sent:* Tuesday, May 21, 2013 5:39 PM > *To:* jenkins...@googlegroups.com > *Cc

RE: Mass Jenkins job updates

2013-05-22 Thread Bob Bick
: jenkinsci-users@googlegroups.com Cc: 'teilo'; Bob Bick Subject: Re: Mass Jenkins job updates its just someAttribute not $someAttribute (although my groovy isn't the best and $someAttribute could also be correct syntax :/ ) You need to make sure that the template creates valid XML th

Re: Mass Jenkins job updates

2013-05-21 Thread teilo
if it is > possible to access attribute values in the Groovy template code? > > > > Thanks in advance. > > > > Bob > > > > > > > > > > *From:* teilo [mailto:teilo+...@teilo.net ] > *Sent:* Tuesday, May 21, 2013 9:11 AM > *To:* j

RE: Mass Jenkins job updates

2013-05-21 Thread Bob Bick
that correct? Or, maybe there is a way to define a default value that all jobs would get? Bob From: teilo [mailto:teilo+...@teilo.net] Sent: Tuesday, May 21, 2013 8:59 AM To: jenkins...@googlegroups.com Cc: Bob Bick Subject: Re: Mass Jenkins job updates Hi Bob, "Just so I understand w

Re: Mass Jenkins job updates

2013-05-21 Thread teilo
? Or, > maybe there is a way to define a default value that all jobs would get? > > > > Bob > > > > *From:* teilo [mailto:teilo+...@teilo.net ] > *Sent:* Tuesday, May 21, 2013 8:59 AM > *To:* jenkins...@googlegroups.com > *Cc:* Bob Bick

RE: Mass Jenkins job updates

2013-05-21 Thread Bob Bick
@googlegroups.com Cc: Bob Bick Subject: Re: Mass Jenkins job updates Hi Bob, "Just so I understand what you are saying... If you create a job based on a template, and then you make a change to the template, all jobs are automatically updated based on the template?" Yes - if your jobs are bas

Re: Mass Jenkins job updates

2013-05-21 Thread teilo
correctly? > > Thanks, > > Bob > > -Original Message- > From: jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] On Behalf Of teilo > Sent: Tuesday, May 21, 2013 4:03 AM > To: jenkins...@googlegroups.com > Subject: Mass Jenkins job updates >

RE: Mass Jenkins job updates

2013-05-21 Thread Bob Bick
- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of teilo Sent: Tuesday, May 21, 2013 4:03 AM To: jenkinsci-users@googlegroups.com Subject: Mass Jenkins job updates I use option 4 - Jenkins enterprise This won't be a drop in solution for you as

Re: Mass Jenkins job updates

2013-05-21 Thread CHAVANNE Robert
Bob Bick netjets.com> writes: > > > > Hi, >   > We have many Jenkins jobs defined that were copied from a “template” Jenkins job. Now, I discovered that I’d like to add a new build step to most (not all) > of the jobs. >   > There seems to be several ways to modify the jobs: > > 1)  > Br

RE: Mass Jenkins job updates

2013-05-21 Thread Matthew.Webber
pt. Hope that helps Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bob Bick Sent: 20 May 2013 22:45 To: jenkinsci-users@googlegroups.com Subject: Mass Jenkins job updates Hi, We have many Jenkins jobs defined that were copied from a “te

Mass Jenkins job updates

2013-05-21 Thread teilo
I use option 4 - Jenkins enterprise This won't be a drop in solution for you as your jobs need to be templatized before you can update them by just tweaking the template. You could do this with some groovy but that has drawbacks if you mess up your groovy. But Jenkins enterprise has other bene

Mass Jenkins job updates

2013-05-20 Thread Bob Bick
Hi, We have many Jenkins jobs defined that were copied from a "template" Jenkins job. Now, I discovered that I'd like to add a new build step to most (not all) of the jobs. There seems to be several ways to modify the jobs: 1) Brute force - Edit each job by clicking the Jenkins "Job Confi