Skip to content

Commit

Permalink
Fix Unrecognized option error when booting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed Jul 13, 2016
1 parent 5bc518b commit 13c4802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/jenkins.j2
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ PREFIX={{jenkins_prefix}}
# --webroot=~/.jenkins/war
JENKINS_ARGS="--webroot=/var/cache/$NAME/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT"
JENKINS_ARGS="$JENKINS_ARGS --httpListenAddress=$HTTP_HOST --ajp13ListenAddress=$AJP_HOST"
JENKINS_ARGS="$JENKINS_ARGS --preferredClassLoader=java.net.URLClassLoader"
JENKINS_ARGS="$JENKINS_ARGS --prefix=$PREFIX"

0 comments on commit 13c4802

Please sign in to comment.