Re: Can I use the same job names on many slaves (i.e. in an OO manner)?

2012-10-05 Thread zperry
@DarkRift and @teilo, Many thanks for you two's hints. I will study up that aspect, try it out, and report back my results, if not this coming weekend, definitely early next week. Regards, --Zack There are plugins to help you do that. > > Mainly there is the matrix job plugin which allows you

Can I use the same job names on many slaves (i.e. in an OO manner)?

2012-10-05 Thread zperry
We are POCing a Jenkins build farm that consists of 1 master, 2 slaves. We use Jenkins mainly to monitor our C++ builds. Our software targets many different Linux and FreeBSD distributions and releases, so we can see that Jenkins can help boost our efficiency significantly. But while testing i

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-02 Thread zperry
Hi Les, Finally, the first sentence in "*Distributed builds*" wiki and the list from Kohsuke Kawaguchistarted making s

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-02 Thread zperry
Hi Les, [...] > > I don't really see how that practice relates to a web service intended > for both remote and local use from multiple users. The remote api does > the same things as the regular http interface.It could work, of > course, but it's not what people expect from a network servic

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
> This would be a starting point - there is also a cli and a way to use > groovy to access the whole api. > https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API > > Reviewed the above, and saw this " *When your Jenkins is secured, you can use HTTP BASIC authentication to authenticate

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
Hi Les, Thanks for your follow-up. > > I have not found a reference in this regard, and would appreciate a > pointer. > > I will do the digging. > > This would be a starting point - there is also a cli and a way to use > groovy to access the whole api. > https://wiki.jenkins-ci.org/display/

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
Les, Thanks for your comments. > It is probably pretty rare to need more than one or a few masters, and > if you do it would be because they had to be configured differently. > In the near term, we only need one master. > > I've never needed enough slaves that it was a problem to click

Why the Debian Jenkins deb doesn't have a jenkins group?

2012-09-30 Thread zperry
I just finished setting up a batch of Linux hosts (Fedora, Ubuntu, CentOS) for running Jenkins CI. During the deployment, I observed that the deb doesn't offer a 'jenkins' group, instead. It's set to 'nogroup'. This seems to contradict with what this Jenkins wiki

Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-09-30 Thread zperry
My colleague and I have set up and run Jenkins on a KVM guest running Ubuntu 12.04 with good results for a while now. We are thinking about deploying a cluster of Jenkins CI hosts in master/slave configuration, with the libvirt slave plugin