I am currently having 2 linux based ClearCase servers (in same network). Server A, Server B are live ClearCase servers. Server X is a spare linux ClearCase server. Currently we are planning to install hudson on this spare server and make it as a build machine.
Hudson, using the UCM clear case plugin is able to access the VOBs and Views present only on the current machine.
My requirement is, using Hudson (on machine X) I need to setup continuous integration on the VOBs present on server A and server B using X as the build machine.
How to access remote vobs and views on my build machine. (Without using unix mount). Is it possible to connect to the remote cc machine using the URL that we use to connect using the CTE.
Should I use dynamic view or snapshot view for the build purpose. Is there any best practice prescribed for this scenario. I am not planning to do anything except build and deploy.