Gerrit plugin安装和删除
生活随笔
收集整理的這篇文章主要介紹了
Gerrit plugin安装和删除
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
對Gerrit的plugin安裝和刪除需要通過它的sshd來管理。
如:ssh -p 8418 admin@localhost gerrit plugin ls 顯示當前插件情況。
其他命令可以通過ssh -p 8418 admin@localhost gerrit plugin --help查看。
安裝為ssh -p 8418 admin@localhost gerrit plugin install --name gerrit-events.jar $(pwd)/gerrit-events-1.99.1.jar
卸載為ssh -p 8418 admin@localhost gerrit plugin remove?gerrit-events
注:8418端口可以通過安裝gerrit目錄下的gerrit.config文件里的配置找到。
如: /home/gerrit2/gerrit_site_http/etc/gerrit.config.
轉載于:https://my.oschina.net/u/2503743/blog/756815
總結
以上是生活随笔為你收集整理的Gerrit plugin安装和删除的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CentOS 程序开机自启动方法总结
- 下一篇: 打不死的redis集群