I installed Jenkins on an AWS instance along Apache (bit WAMP) on a Windows machine
Apache works great and can be contacted inside http://locahost inside and http://xxxx (my own IP)
Jenkins works fine under http://locahost:8080 internally , but does not work with http://xxxx:8080 outside
I opened an inbound TCP rule for port 8080 in a security group on AWS
I opened the jenkins.xml configuration and ran it every time using the following options
--httpListenAddress=0.0.0.0 --httpListenAddress=xxxx
I read that I need to change the $ HTTP_HOST variable, but I don’t know where I should do it on a Windows machine
It really upsets me
source share