[Git][qa/jenkins.debian.net][master] jenkins: re-align etc/default/jenkins with the changes done upstream
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Wed Jun 26 14:55:50 BST 2024
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9d229b6f by Mattia Rizzolo at 2024-06-26T15:55:08+02:00
jenkins: re-align etc/default/jenkins with the changes done upstream
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- hosts/jenkins/etc/default/jenkins
Changes:
=====================================
hosts/jenkins/etc/default/jenkins
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9d229b6f9ca5a0aafb9f74dbb86b7a778b6edfcc
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/9d229b6f9ca5a0aafb9f74dbb86b7a778b6edfcc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240626/e81cf006/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list