我正在与Git + Gerrit + Jenkins合作。 我希望Gerrit在Jenkins成功运行后自动提交更改。 有没有办法跳过审核部分(只需要验证)并在没有用户操作的情况下自动提交?
答案 0 :(得分:6)
你可以做到。
http://gerrit-documentation.googlecode.com/svn/Documentation/2.5.1/cmd-review.html
ssh -p 29418 review.example.com gerrit review --verified +1 --code-review +2 --submit --project this / project commit
干杯