From 637b708a9ccb6bc57bcef6cb378aeb2d0397b454 Mon Sep 17 00:00:00 2001 From: Tobias Schwab Date: Thu, 8 Mar 2012 12:02:31 +0100 Subject: bind jenkins to 127.0.0.1 by default Signed-off-by: Adam Vandenberg --- Library/Formula/jenkins.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 7b4e39573..2d860231a 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -43,6 +43,7 @@ EOS /usr/bin/java -jar #{HOMEBREW_PREFIX}/lib/jenkins.war + --httpListenAddress=127.0.0.1 RunAtLoad -- cgit v1.2.3