I have many jenkins instances each one is installed in a different server and using a different port to distinguish them (one for test, one for uat and the other for prd), Is it possible to setup an alias (dns), and each time someone hit the url he add a context like /test, /uat or /prd to get the needed Jenkins? Do I need an apache httpd in this case? How can I use it if the answer is yes!
Thanks,