views:

217

answers:

1

I'm looking a bit into Hudson, and can't seem to find the option to tell it to run a configured job on a few nodes/labels.
How can I configure a job to run on both Linux and Solaris every time there's a new commit? Do I have to duplicate the job?

+3  A: 

You want a matrix build. When creating a new job, this is shown as a "Build multi-configuration project".

When configuring the job there'll be a section called "Configuration Matrix" where you can choose "Build on multiple nodes".

Christopher