From f99ca1816a7229fb6a57dec2155098c8ea6343ad Mon Sep 17 00:00:00 2001
From: Mike McQuaid
Date: Thu, 14 Nov 2013 22:58:38 +0000
Subject: jenkins: default to 8080 in plist.
---
Library/Formula/jenkins.rb | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'Library/Formula')
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index dc39d784d..7f66d3caf 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -32,6 +32,7 @@ class Jenkins < Formula
-jar
#{opt_prefix}/libexec/jenkins.war
--httpListenAddress=127.0.0.1
+ --httpPort=8080
RunAtLoad
@@ -39,4 +40,9 @@ class Jenkins < Formula
EOS
end
+
+ def caveats; <<-EOS.undent
+ Note: When using launchctl the port will be 8080.
+ EOS
+ end
end
--
cgit v1.2.3