jenkins.plugin.settings.filter.severity=Report issues having severity level higher or equal to:
jenkins.plugin.settings.filter.new=Report new issues only?
jenkins.plugin.settings.filter.new.description=Reports new as well as existing issues when unchecked
jenkins.plugin.settings.filter.lines.changed=Add comments to changed lines only
jenkins.plugin.settings.filter.lines.changed.description=Reports issues for changed as well as not changed lines in files affected by patchset when unchecked
jenkins.plugin.settings.section.review.format.name=Report Format
jenkins.plugin.settings.review.format.title.no.issues=Title of review for no Sonar violations found case
jenkins.plugin.settings.review.format.title.issues=Title of review for Sonar violations found case
jenkins.plugin.settings.review.format.title.no.issues=Title of review for no SonarQube violations found case
jenkins.plugin.settings.review.format.title.issues=Title of review for SonarQube violations found case
jenkins.plugin.settings.review.format.body=Pattern for issue comment
This text will appear as comment for a line with Sonar issue in Gerrit review. <br/>
This text will appear as comment for a line with SonarQube issue in Gerrit review. <br/>
There are some tags available: <br/>
<br/>
* <key> - will be replaced with <b>issue key</b>; <br/>
* <component> - will be replaced with <b>issue component info</b>; <br/>
* <message> - will be replaced with <b>issue message</b>; <br/>
* <severity> - will be replaced with <b>issue severity</b>; <br/>
* <rule> - will be replaced with <b>issue rule name</b>; <br/>
* <rule_url> - will be replaced with link to <b>rule description on Sonar</b> if Sonar URL is provided in Sonar settings section or <b>rule name</b> if URL is not provided; <br/>
* <rule_url> - will be replaced with link to <b>rule description on SonarQube</b> if SonarQube URL is provided in SonarQube settings section or <b>rule name</b> if URL is not provided; <br/>
* <status> - will be replaced with <b>issue status</b>; <br/>
* <creation_date> - will be replaced with <b>issue creation date</b>. <br/>
This setting allow to determine who will be notified in case there are <b>several Sonar issues matching filter settings</b> found in particular commit. <br/>
This setting allow to determine who will be notified in case there are <b>several SonarQube issues matching filter settings</b> found in particular commit. <br/>
An e-mails sent to recipients will contain review information: title of review and list of comments (issues).
This setting allow to determine who will be notified in case there are <b>no Sonar issues matching filter settings</b> found in particular commit. <br/>
This setting allow to determine who will be notified in case there are <b>no SonarQube issues matching filter settings</b> found in particular commit. <br/>
An e-mails sent to recipients will contain review information: title of review.