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
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
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).