]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Pull Request cleanup: More ALMs
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>
Tue, 17 Mar 2020 14:30:08 +0000 (15:30 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 17 Mar 2020 20:04:40 +0000 (20:04 +0000)
server/sonar-docs/src/pages/analysis/pull-request.md

index 3bd88ad4681c2396471e54dbfa6daa91cf872577..7520d1c73b8991e007d9ed9b23e8fabaccd8c04e 100644 (file)
@@ -5,9 +5,9 @@ url: /analysis/pull-request/
 
 _Pull Request analysis is available as part of [Developer Edition](https://redirect.sonarsource.com/editions/developer.html) and [above](https://www.sonarsource.com/plans-and-pricing/)._
 
-You can see your Pull Requests in {instance} from the branches and pull requests dropdown menu of your project.
+You can see your Pull Requests in SonarQube from the Branches and Pull Requests dropdown menu of your project.
 
-Pull Request analysis allows you to see your Pull Request's Quality Gate and analysis in the {instance} interface:
+Pull Request analysis allows you to see your Pull Request's Quality Gate and analysis in the SonarQube interface:
 
 ![Pull Request Analysis.](/images/pranalysis.png)
 
@@ -17,10 +17,10 @@ You can also add Pull Request decoration that shows the Pull Request analysis an
 ## Pull Request Quality Gate
 
 A [Quality Gate](/user-guide/quality-gates/) lets you ensure you are meeting your organization's quality policy and that you can merge your Pull Request. The Pull Request Quality Gate:
-* **Focuses on new code** – The PR quality gate only uses your project's quality gate conditions that apply to "on New Code" metrics.
-* **Assigns a status** – Each PR shows a quality gate status reflecting whether it Passed or Failed.
+* **Focuses on new code** – The Pull Request quality gate only uses your project's quality gate conditions that apply to "on New Code" metrics.
+* **Assigns a status** – Each Pull Request shows a quality gate status reflecting whether it Passed or Failed.
 
-PR analyses on {instance} are deleted automatically after 30 days with no analysis. This can be updated in **Administration > Configuration > General Settings > Housekeeping > Number of days before purging inactive branches**. 
+Pull Request analyses on SonarQube are deleted automatically after 30 days with no analysis. This can be updated in **Administration > Configuration > General Settings > Housekeeping > Number of days before purging inactive branches**. 
 
 ## Analysis Parameters
 
@@ -28,6 +28,6 @@ These parameters enable PR analysis:
 
 | Parameter Name        | Description |
 | --------------------- | ---------------------------------- |
-| `sonar.pullrequest.key` | Unique identifier of your PR. Must correspond to the key of the PR in GitHub or Azure DevOps.<br/> e.g.: `sonar.pullrequest.key=5` |
+| `sonar.pullrequest.key` | Unique identifier of your Pull Request. Must correspond to the key of the Pull Request in your ALM.<br/> e.g.: `sonar.pullrequest.key=5` |
 | `sonar.pullrequest.branch` | The name of the branch that contains the changes to be merged.<br/> e.g.: `sonar.pullrequest.branch=feature/my-new-feature` |
-| `sonar.pullrequest.base` | The branch into which the PR will be merged. <br/> Default: master <br/> e.g.: `sonar.pullrequest.base=master` |
+| `sonar.pullrequest.base` | The branch into which the Pull Request will be merged. <br/> Default: master <br/> e.g.: `sonar.pullrequest.base=master` |