]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11860 Doc of "sonar.pullrequest.branch" is not correct
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Mar 2019 16:41:33 +0000 (17:41 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 26 Mar 2019 12:37:56 +0000 (13:37 +0100)
[skip ci]

server/sonar-docs/src/pages/analysis/pull-request.md

index b8c887e3ce5759d0dfd30bf926416c87a440cbe0..f82b9d203596908693d68b3e1bde3a40e354ad8e 100644 (file)
@@ -36,8 +36,8 @@ These parameters enable PR analysis:
 
 | Parameter Name        | Description |
 | --------------------- | ------------------ |
-| `sonar.pullrequest.branch` | The name of your PR<br/> Ex: `sonar.pullrequest.branch=feature/my-new-feature`|
 | `sonar.pullrequest.key` | Unique identifier of your PR. Must correspond to the key of the PR in GitHub or TFS. <br/> E.G.: `sonar.pullrequest.key=5` |
+| `sonar.pullrequest.branch` | The name of the branch that contains the changes to be merged.<br/> Ex: `sonar.pullrequest.branch=feature/my-new-feature`|
 | `sonar.pullrequest.base` | The long-lived branch into which the PR will be merged. <br/> Default: master <br/> E.G.: `sonar.pullrequest.base=master`|
 
 ### Pull Request Decoration