简体   繁体   中英

Jenkins Gerrit-trigger leaving comments

Ive setup a Jenkins pipeline and defined it to trigger based on a Gerrit event which works fine. However, every time a build is triggered, it leaves a comment in the gerrit

Jenkins Build.svc Patch Set 1: Build Started 

and based on its success and failure, it leaves +1 or -1

How do I stop it from leaving the comment and giving +1/-1 from this particular pipeline?

I've looked at Jenkins -> Manage Jenkins -> Manage Plugins -> Gerrit triggers but i dont see anything i can configure specific to this pipeline. it looks like they are global

In the Gerrit Trigger section open the Advanced settings and skip voting. That should work.

Gerrit 触发跳过投票

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM