Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
9d229b6f
Verified
Commit
9d229b6f
authored
6 months ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
jenkins: re-align etc/default/jenkins with the changes done upstream
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
01f4be05
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hosts/jenkins/etc/default/jenkins
+6
-8
6 additions, 8 deletions
hosts/jenkins/etc/default/jenkins
with
6 additions
and
8 deletions
hosts/jenkins/etc/default/jenkins
+
6
−
8
View file @
9d229b6f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment