Closed scm20008 closed 6 years ago
https://gerrit-review.googlesource.com/Documentation/pgm-init.html '--install-plugin' may be supplied more than once to install multiple plugins.
-e GERRIT_INIT_ARGS=--install-all-plugins
the argument above resolved my problem. thanks. @thinkernel
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!