diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2018-11-26 07:45:22 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-26 20:20:55 +0100 |
commit | a89b85b1ed2a7a77690d228f2a1ce78e688d9014 (patch) | |
tree | 955e1e51a8038704a3f022fb49b7c57e564101b0 /server/sonar-docs/src/pages/analysis | |
parent | 434190bfd6accce333dd639d11fb173057b24c19 (diff) | |
download | sonarqube-a89b85b1ed2a7a77690d228f2a1ce78e688d9014.tar.gz sonarqube-a89b85b1ed2a7a77690d228f2a1ce78e688d9014.zip |
DOC Hide BB Cloud contend from SQ docs
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pull-request.md | 4 |
1 files changed, 3 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 bcc8050a960..106d91bf4c4 100644 --- a/server/sonar-docs/src/pages/analysis/pull-request.md +++ b/server/sonar-docs/src/pages/analysis/pull-request.md @@ -53,7 +53,7 @@ For GitHub Enterprise or GitHub.com, you need to configure the **Authentication #### Pull Request Provider | Parameter Name | Description | | --------------------- | ------------------ | -| `sonar.pullrequest.provider` | `github` or `vsts` or `bitbucketcloud`<br/> This is the name of the system managing your PR. In Azure DevOps, when the {instance} Extension for Azure DevOps is used, `sonar.pullrequest.provider` is automatically populated with "vsts". Same on GitHub if you are using the Travis CI Add-on, and on Bitbucket Cloud if you are building with Bitbucket Pipelines.| +| `sonar.pullrequest.provider` | `github` or `vsts` <!-- sonarcloud -->or `bitbucketcloud`<!-- /sonarcloud -->. This is the name of the system managing your PR. In Azure DevOps, when the {instance} Extension for Azure DevOps is used, `sonar.pullrequest.provider` is automatically populated with "vsts". <!-- sonarcloud -->Same on GitHub if you are using the Travis CI Add-on, and on Bitbucket Cloud if you are building with Bitbucket Pipelines.<!-- /sonarcloud -->| #### GitHub Parameters | Parameter Name | Description | @@ -63,11 +63,13 @@ For GitHub Enterprise or GitHub.com, you need to configure the **Authentication Note: if you were relying on the GitHub Plugin, its properties are no longer required and they must be removed from your configuration: `sonar.analysis.mode`, `sonar.github.repository`, `sonar.github.pullRequest`, `sonar.github.oauth`. +<!-- sonarcloud --> #### Bitbucket Cloud Parameters | Parameter Name | Description | | --------------------- | ------------------ | | `sonar.pullrequest.bitbucketcloud.repository` | SLUG or UUID of the Bitbucket Cloud Repo | | `sonar.pullrequest.bitbucketcloud.owner` | SLUG or UUID of the Bitbucket Cloud Owner | +<!-- /sonarcloud --> <!-- sonarqube --> #### Issue links |