jenkinsci / jenkinsci/gerrit-trigger-plugin

[JENKINS-38000] Make Jenkins post a vote but not comments

Open
#799 0 comments 0 reactions 0 assignees View on GitHub
component:gerrit-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
226
Forks
289
PR merge metrics
No merged PRs in 30d

Description

We get too many comments from Jenkins which clutters up comments in a change and makes reviewing difficult. I would like Jenkins to vote (Verified +1/-1) on my change but not send any comments back to Gerrit. Essentially I want silent to be true, while skip vote to be false. However it looks like enabling silentMode will override skipVote and make Jenkins not vote.

---
Originally reported by zaro0508, imported from: Make Jenkins post a vote but not comments


  • assignee: zaro0508
  • status: In Review
  • priority: Minor
  • component(s): gerrit-trigger-plugin
  • label(s): gerrit-trigger, plugins
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 2025-12-06

Raw content of original issue

We get too many comments from Jenkins which clutters up comments in a change and makes reviewing difficult. I would like Jenkins to vote (Verified +1/-1) on my change but not send any comments back to Gerrit. Essentially I want silent to be true, while skip vote to be false. However it looks like enabling silentMode will override skipVote and make Jenkins not vote.

environment

```
Jenkins 1.625.3

Gerrit Trigger Plugin 2.22.0

```

Contributor guide

Open the contributing guide

Research direction

The issue concerns the gerrit-trigger-plugin settings silentMode and skipVote. Start by locating where these two options are interpreted and review the related configuration and tests. Done means Jenkins posts the Verified +1/-1 vote to Gerrit without adding comments when silent mode is enabled and voting remains enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
ci-cd
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.