Re: managing many jobs/nodes - better way than UI

2012-06-05 Thread Robert Sandell
You can use the Multi slave config plugin to manage you slaves easier: https://wiki.jenkins-ci.org/display/JENKINS/Multi+Slave+Config+Plugin The platform labeler plugin is also handy if you have a heterogeneous cluster https://wiki.jenkins-ci.org/display/JENKINS/PlatformLabeler+Plugin We us

Re: managing many jobs/nodes - better way than UI

2012-06-05 Thread Dirk Kuypers
Hi, or, just another suggestion: Use groovy to programmatically change or even create the jobs. I am just starting to use it to create dozens of unit test jobs and I am really impressed about the power although it is quite hard in the beginning to read through Jenkins API. Some links to start wit

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 5:35 PM, phil swenson wrote: > if i want to make a change to every job, I have to do it 50 times. > > if i want to make a change to every node, I have to do it 20 times OK, but those things go away when you get it right and stop making configuration changes. Normally the t

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
if i want to make a change to every job, I have to do it 50 times. if i want to make a change to every node, I have to do it 20 times On Mon, Jun 4, 2012 at 4:03 PM, Les Mikesell wrote: > On Mon, Jun 4, 2012 at 3:51 PM, phil swenson wrote: >> I am finding it impossible to manage all my jenkins

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Les Mikesell
On Mon, Jun 4, 2012 at 3:51 PM, phil swenson wrote: > I am finding it impossible to manage all my jenkins nodes and jobs via > the UI.  We have 20 nodes and 50 jobs. > > Suggestions on the best way to deal with this? Usually they mostly take care of themselves. What is it that is hard to manage?

Re: managing many jobs/nodes - better way than UI

2012-06-04 Thread Jacob Robertson
There are plugins like view job filters and configuration slicing that might help.

managing many jobs/nodes - better way than UI

2012-06-04 Thread phil swenson
I am finding it impossible to manage all my jenkins nodes and jobs via the UI. We have 20 nodes and 50 jobs. Suggestions on the best way to deal with this?