Hello,
I am trying to install cookbook-plugin to understand its functionality.
For that I followed below steps:
1- git clone
https://gerrit.googlesource.com/plugins/cookbook-plugin2-
buck build plugins/<name>:<name>
3-
I received jar file here buck-out/gen/plugins/<name>/<name>.jar
4- ssh -p 29418 <gerrit admin user>@localhost gerrit plugin install -n cookbook-plugin.jar <pwd>/cookbook-plugin.jar (I am executing it from inside the cookbook-plugin folder)
On executing step 4 I am getting below error.
fatal: remote installation is disabledPlease help.