diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-03-25 17:41:33 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-26 13:37:56 +0100 |
commit | 0a78e6dbf2db9f37dd1145c243fef18c4fab08dc (patch) | |
tree | cec0d28939fd56362622b2d23f30129f568446e2 /server/sonar-docs/src/pages/analysis/pull-request.md | |
parent | 51cfe7eed3fa9e659f5e9e98d3e3ba9b9f0a6699 (diff) | |
download | sonarqube-0a78e6dbf2db9f37dd1145c243fef18c4fab08dc.tar.gz sonarqube-0a78e6dbf2db9f37dd1145c243fef18c4fab08dc.zip |
SONAR-11860 Doc of "sonar.pullrequest.branch" is not correct
[skip ci]
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/pull-request.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pull-request.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pull-request.md b/server/sonar-docs/src/pages/analysis/pull-request.md index b8c887e3ce5..f82b9d20359 100644 --- a/server/sonar-docs/src/pages/analysis/pull-request.md +++ b/server/sonar-docs/src/pages/analysis/pull-request.md @@ -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 |