diff --git a/README.md b/README.md index 2f1afa8..ed66b2a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Use the following table to find the correct plugin version for each SonarQube ve SonarQube Version | Plugin Version ------------------|--------------- -7.8 - 8.0 | 1.3.1 +8.1 | 1.4.0 +7.8 - 8.0 | 1.3.2 7.4 - 7.7 | 1.0.2 # Features @@ -66,30 +67,15 @@ services: # Configuration ## Global configuration -If you can define the properties globally (e.g. the pull request provider) within your SonarQube instance go to - [/admin/settings?category=pull+request](http://localhost:9000/admin/settings?category=pull+request) and set the - properties as admin. - -Set all other properties that you can define globally for all of your projects. - Make sure `sonar.core.serverBaseURL` in SonarQube [/admin/settings](http://localhost:9000/admin/settings) is properly set in order to for the links in the comment to work. -## Project configuration -Override the global configuration on project level at [/project/settings?category=pull+request&id=PROJECT_KEY](http://localhost:9000/project/settings?category=pull+request&id=PROJECT_KEY) and set project specific - settings here. - -# Configuration of Bitbucket Server -Set properties for Bitbucket Server either on Global configuration or Project configuration level as mentioned in the - Configuration section. +Set all other properties that you can define globally for all of your projects. ## How to decorate the PR -In order to decorate your short living branch (hotfixes, features, ...) pull-requests you need to analyze your long - living branches (master, development, release branches) first. - -You can configure patterns for long living branches in SonarQube. +In order to decorate your Pull Request's source branch, you need to analyze your target branch first. -### Run analysis of long living branches +### Run analysis of branches The analysis needs the following setting: `sonar.branch.name = branch_name (e.g master)`