jenkinsci / jenkinsci/gerrit-trigger-plugin
[JENKINS-38000] Make Jenkins post a vote but not comments
- 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
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
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