Skip to content

Commit

Permalink
Merge pull request #58 from zyegfryed/develop
Browse files Browse the repository at this point in the history
Fix Unrecognized option error when booting
  • Loading branch information
klen authored Jul 22, 2016
2 parents d4d605d + 13c4802 commit f80cb6b
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 f80cb6b

Please sign in to comment.