views:

27

answers:

1

Hi,
Is it possible to build project present on the developer view present on different machine, not on the Hudson running machine?
If so please provide me way.

-Srinivas N

+1  A: 

You should need the notion of Hudson node to do that.
A Node is detailed in the Hudson page "Distributed build"

Hudson supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing single Hudson installation to host a large number of projects, or provide different environments needed for builds/tests

That will allow you to build while accessing the developer view on the developer's workstation (since all the execution process will take place on the developer's machine).

VonC
Do we have any step by step guide on this?
srinannapa
@srinannapa: your slave is a Windows or Unix one?
VonC
@srinannapa: for Windows slave,see http://pip.openplans.org/ci-server-step-by-step.html for instance.
VonC
VonC