Updating Homebrew’s “httpListenAddress” Default for Jenkins

转自:http://mikezornek.com/2013/11/24/updating-homebrews-httplistenaddress-default-for-jenkins/

Updating Homebrew’s “httpListenAddress” Default for Jenkins
Posted on November 24, 2013

I’ve setup some Jenkins servers in the past for Ruby on Rails apps but these days we are trying to get things running for iOS deployment and testing at work.
To experiment with some plugins and such I have my own Mac mini and installed Jenkins via Homebrew. Overall it’s working great though I was a bit stumped as to why I couldn’t load the Jenkins webpages outside of using localhost:8080
on the Mac mini itself. Worked fine last I did a clean install.
Turns out the Launch Agent settings Homebrew gives you (located at ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist
for me) will launch with the following command line parameter --httpListenAddress=127.0.0.1
. Edit this to 0.0.0.0
(the default) to allow all addresses.
I know this isn’t the most enjoyable blog post but wanted to post it as Google Food for others who might run into the issue.

Other related posts:
Advanced Jenkins for iOS and Mac
Running Frank as Part of iOS CI

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容