作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Git + Gerrit + Jenkins。我希望 Gerrit 在 Jenkins 成功运行后自动提交更改。有什么方法可以跳过审核部分(只需要验证)并在没有用户操作的情况下自动提交吗?
最佳答案
你可以做到这一点。
来自 gerrit 帮助页面。
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
干杯
关于git - Gerrit - 如何在 Jenkins 运行后自动发布更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15721653/
我是一名优秀的程序员,十分优秀!