I\'ve created Jenkins for managing my project. I want to share these files with a few people. Problem is that URL is http://localhost:8080/ . How can I make it public for my
there are two ways to perform it.
in case all are under same network they you can add your IP (with fashionate host name you like) in your co-workers system's /etc/hosts file.. its simplest way.
<IP> <HOST NAME>
Even if you dont want to use the "localhost", you can change it in config.xml.
you can resolve host name using DNS server also
You need 2 things at first:
You need to have an static external IP address. Either your network admin or your ISP should provide you with one.
Once you have the IP, you need to register a DNS name, and point to that IP address.
Alternatively, if you cannot get a static external IP address, you can use a Dynamic DNS (DDNS) service, however you need to make sure your IP address is accessible externally