Skip to content

Commit

Permalink
[FIXED JENKINS-34467] Add support for keystore and password
Browse files Browse the repository at this point in the history
When launching Jenkins on Mac OS X using the LaunchDaemons
infrastructure, the httpsKeyStore and httpsKeyStorePassword options do
not get propagated to Java, so they are not seen by Jenkins.  This
commit explicitly includes these options in the list of arguments to
process, ensuring they get passed to Java.
  • Loading branch information
Andrew Nesbit committed Apr 27, 2016
1 parent 8a59aa6 commit 887a11f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/Library/Application Support/Jenkins/jenkins-runner.sh
Expand Up @@ -36,6 +36,8 @@ add_to_args httpPort
add_to_args httpListenAddress
add_to_args httpsPort
add_to_args httpsListenAddress
add_to_args httpsKeyStore
add_to_args httpsKeyStorePassword
add_to_args ajp13Port
add_to_args ajp13ListenAddress

Expand Down

0 comments on commit 887a11f

Please sign in to comment.