aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jenkins.rb6
1 files changed, 6 insertions, 0 deletions
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
<string>-jar</string>
<string>#{opt_prefix}/libexec/jenkins.war</string>
<string>--httpListenAddress=127.0.0.1</string>
+ <string>--httpPort=8080</string>
</array>
<key>RunAtLoad</key>
<true/>
@@ -39,4 +40,9 @@ class Jenkins < Formula
</plist>
EOS
end
+
+ def caveats; <<-EOS.undent
+ Note: When using launchctl the port will be 8080.
+ EOS
+ end
end