openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
197 stars 116 forks source link

how to Install multiple plugins on start up #105

Closed scm20008 closed 6 years ago

scm20008 commented 6 years ago

the following argument indicate just one plugin: -e GERRIT_INIT_ARGS='--install-plugin=download-commands'

if I want to install multiple plugins, Could you tell me how? thanks!

thinkernel commented 6 years ago

https://gerrit-review.googlesource.com/Documentation/pgm-init.html '--install-plugin' may be supplied more than once to install multiple plugins.

scm20008 commented 6 years ago

-e GERRIT_INIT_ARGS=--install-all-plugins

the argument above resolved my problem. thanks. @thinkernel