Skip to content
Snippets Groups Projects
Verified Commit 9d229b6f authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

jenkins: re-align etc/default/jenkins with the changes done upstream


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 01f4be05
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,6 @@
# pulled in from the init script; makes things easier.
NAME=jenkins
# location of java
JAVA=/usr/bin/java
# jenkins home location
JENKINS_HOME=/var/lib/$NAME
# arguments to pass to java
# Allow graphs etc. to work even when an X server is present
......@@ -45,7 +39,10 @@ JENKINS_USER=$NAME
JENKINS_GROUP=$NAME
# location of the jenkins war file
JENKINS_WAR=/usr/share/$NAME/$NAME.war
JENKINS_WAR=/usr/share/java/$NAME.war
# jenkins home location
JENKINS_HOME=/var/lib/$NAME
# set this to false if you don't want Jenkins to run by itself
# in this set up, you are expected to provide a servlet container
......@@ -89,7 +86,8 @@ HTTP_PORT=8080
PREFIX=/$NAME
# arguments to pass to jenkins.
# --javahome=$JAVA_HOME
# full list available from java -jar jenkins.war --help
# --javaHome=$JAVA_HOME
# --httpListenAddress=$HTTP_HOST (default 0.0.0.0)
# --httpPort=$HTTP_PORT (default 8080; disable with -1)
# --httpsPort=$HTTP_PORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment