diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2019-01-30 13:19:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-02-11 09:11:41 +0100 |
commit | b89ada85c86c8936ede30813a13bbd5c7fea051a (patch) | |
tree | 7d2daba5e4b5e70839f51b8f3a211e27eb2711a6 /server/sonar-docs/src/pages/analysis | |
parent | 308d6a85e6489a3ed739e205f9de6bc5050b09f5 (diff) | |
download | sonarqube-b89ada85c86c8936ede30813a13bbd5c7fea051a.tar.gz sonarqube-b89ada85c86c8936ede30813a13bbd5c7fea051a.zip |
Updated Bitbucket Cloud pull request section
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pull-request.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pull-request.md b/server/sonar-docs/src/pages/analysis/pull-request.md index 2734bdb5446..76ce7b589ca 100644 --- a/server/sonar-docs/src/pages/analysis/pull-request.md +++ b/server/sonar-docs/src/pages/analysis/pull-request.md @@ -71,10 +71,10 @@ Note: if you were relying on the GitHub Plugin, its properties are no longer req <!-- 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 | +| Parameter Name | Description | Example value | +| --------------------- | ------------------ |------------------ | +| `sonar.pullrequest.bitbucketcloud.repository` | UUID of the Bitbucket Cloud Repo | `{d2615dd4-550d-43e5-80c4-665f951e5d6e}` | +| `sonar.pullrequest.bitbucketcloud.owner` | UUID of the Bitbucket Cloud Owner | `{4f9fd128-1b08-49ec-bf2c-f094163cff4d}` | <!-- /sonarcloud --> <!-- sonarqube --> |