On Mon, May 21, 2012 at 5:50 AM, Ted Byers <r.ted.by...@gmail.com> wrote: > > Actually, I had never heard of Hudson either; except in reference to the > famous explorer of the Canadian north, and the bay due north of Ontario, in > the eastern Canadian arctic, named for him. > > Thanks for the links, though, as that gives me a starting point for > evaluating it. >
Conceptually it is a framework where you write simple jobs that are scheduled or run when you commit something new to your version control system. The typical use is to build the trunk version on every change, run the tests, and email the group if anything is broken, but a job can do anything you want and there are many plugin extensions. A master system does the scheduling and collates the results but the work can be distributed over many slave machines and across target platforms. -- Les Mikesell lesmikes...@gmail.com