I have determined why I could not use the Web interface from other systems. I did mention that I had the Jenkins service installed on a windows VM, the problem was that I had the Network connection as NAT. When I changed it to Bridged, I could use the Web interface to acces the Jenkins service on the VM, from any other system. Nat shared the IP address and MAC address of the host system, Bridged uses the physical network adaptor of the host system. Live and learn.
On Thursday, June 14, 2012 5:50:55 PM UTC-4, louwho wrote: > Is there (or should there be), a seperate forum\group\whatever for those > who have questions regarding Jenkins installed as a windows Service? Also, > is there a plugin (to be installed on a windows system) for monitoring > Jenkins jobs? I understand that CCTray can be used, but it only monitors > (cannot kick off a build).