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
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
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
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
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?
There are plugins like view job filters and configuration slicing that
might help.
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?