]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13101 Update documentation
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 18 Feb 2020 10:27:16 +0000 (11:27 +0100)
committerSonarTech <sonartech@sonarsource.com>
Fri, 21 Feb 2020 19:46:17 +0000 (20:46 +0100)
server/sonar-docs/src/pages/analysis/pr-decoration.md

index ddbcd52f84370724dfe358aeddb4283d1b19b51c..b6b72f8bdaaaf786d99943fc65dca304a1e94493 100644 (file)
@@ -117,13 +117,13 @@ Click your ALM provider below to expand the instructions on decorating your Pull
 |
 | To set your global settings in SonarQube, navigate to **Administration > Configuration > General Settings > ALM Integrations** and select the **GitLab** tab.  
 |
-| From here, set your **Configuration name** and the **Personal Access Token** of the account you're using to decorate your Merge Requests.
+| From here, set your **Configuration name** and the **Personal Access Token** of the account you're using to decorate your Merge Requests. If you're using [GitLab CI](/analysis/gitlab-cicd/) to scan your project, you can leave the **GitLab URL** blank, as it will be auto-detected. If you're using a different CI tool (e.g.: Jenkins, Travis CI, etc), or run the analysis manually, provide the base URL for GitLab's API.
 |
 | **Note:** Make sure the Configuration name is succinct and easily recognizable as it will be used at the project level to identify the correct ALM configuration.
 |
 | ### Setting your project settings
 |
-| Go to **Project Settings > General Settings > Pull Request Decoration** and select your **Configuration name**.
+| Go to **Project Settings > General Settings > Pull Request Decoration** and select your **Configuration name**. If you're using [GitLab CI](/analysis/gitlab-cicd/), you can leave **Project ID** blank, as it will be auto-detected. If you're using a different CI tool (e.g.: Jenkins, Travis CI, etc), or run the analysis manually, provide the project's numerical ID.
 
 ## Multiple ALM instances