jenkinsci / sonar-gerrit-plugin

Jenkins plugin for posting SonarQube issues as Gerrit review comments
https://plugins.jenkins.io/sonar-gerrit/
MIT License
27 stars 38 forks source link

Add an optiona allowing to prevent duplicated comments on subsequent patchsets #145

Closed reyamam closed 1 year ago

reyamam commented 1 year ago

See https://github.com/jenkinsci/sonar-gerrit-plugin/issues/143

In GerritReviewBuilder set omitDuplicateComments of ReviewInput.

Testing done

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue
- [ ] https://github.com/jenkinsci/sonar-gerrit-plugin/issues/143
reda-alaoui commented 1 year ago

Thank you !

reyamam commented 1 year ago

Thank you for your support.