Hi Can you please share the config file (example) to find how to display multiple Builds information happening on different servers on the same Dash board
I had configure the dashboard.config file in the following way but was not successfull . I am missing some thing . Please help <remoteServices> <servers> <!-- Update this list to include all the servers you want to connect to. NB - each server name must be unique --> <server name="INHYD1050" url="tcp://10.91.52.79:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> </servers> <servers> <!-- Update this list to include all the servers you want to connect to. NB - each server name must be unique --> <server name="local" url="tcp://local:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> </servers> <servers> <!-- Update this list to include all the servers you want to connect to. NB - each server name must be unique --> <server name="INHYD6187-CON" url=" tcp://INHYD6187-CON:21234/CruiseManager.rem" allowForceBuild="true" allowStartStopBuild="true" /> </servers> </remoteServices> -- krishna
