I setup jenkins on my Mac OS X with homebrew and it works just fine via http://localhost:8080 or http://127.0.0.1:8080 I couldn\'t access jenkins i
http://localhost:8080
http://127.0.0.1:8080
By starting jenkins using sudo /etc/init.d/jenkins restart instead of sudo service jenkins start started the browser access. I hope it will be helpful.
sudo /etc/init.d/jenkins restart
sudo service jenkins start