Hi Ben, From: Benjamin Mahler <[email protected]<mailto:[email protected]>> Date: Friday, February 22, 2013 10:08 AM To: jpluser <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: Apache Build Service?
Hey Chris, we already have a ci job set up on Apache Jenkins. The problem I'm trying to solve is that of being able to do ci on a slew of different operating systems as well. Does Jenkins or Build Bot in Apache provide such a feature? Yep totally does. The Jenkins server has a bunch of different slaves that run on different OS'es. In Jenkins you can specify which slave to run on by providing that label either dynamically when running the job or via the Jenkins job conf. Does that help? Cheers, Chris On Thu, Feb 21, 2013 at 9:04 PM, Mattmann, Chris A (388J) <[email protected]<mailto:[email protected]>> wrote: Hey Ben, Yep they sure do, the provide: http://ci.apache.org/ Which in turn provides both Jenkins and Build Bot based continuous integration tools. I'm familiar with both, and really like Jenkins, but did use Build Bot during my dissertation code writing campaign and it works great. Next steps to getting it set up would be to file an INFRA ticket [1] requesting a particular form of CI access. Let me know and I can help. Cheers, Chris [1] https://issues.apache.org/jira/browse/INFRA From: Benjamin Mahler <[email protected]<mailto:[email protected]>> Date: Wednesday, February 20, 2013 2:38 PM To: jpluser <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Apache Build Service? Hi Chris, Does Apache provide anything similar to Open Build Service (http://openbuildservice.org/)? We'd love to have such a service for vetting our releases on a range of linux systems. In general, what are some of the ways other Apache projects deal with this? Thanks! Ben M
