summarylogtreecommitdiffstats
path: root/hudson.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hudson.conf')
-rw-r--r--hudson.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/hudson.conf b/hudson.conf
new file mode 100644
index 000000000000..1bffd6988422
--- /dev/null
+++ b/hudson.conf
@@ -0,0 +1,13 @@
+JAVA=/usr/bin/java
+JAVA_ARGS=-Xmx512m
+JAVA_OPTS=
+HUDSON_USER=hudson
+HUDSON_HOME=/var/lib/hudson
+HUDSON_WAR=/usr/share/java/hudson/hudson.war
+HUDSON_WEBROOT=--webroot=/var/cache/hudson
+HUDSON_PORT=--httpPort=8070
+HUDSON_AJPPORT=--ajp13Port=-1
+HUDSON_OPTS=
+HUDSON_COMMAND_LINE="$JAVA $JAVA_ARGS $JAVA_OPTS -jar $HUDSON_WAR $HUDSON_WEBROOT $HUDSON_PORT $HUDSON_AJPPORT $HUDSON_OPTS"
+
+# vim:set ts=2 sw=2 et: