diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2022-04-07 15:55:44 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-13 20:03:17 +0000 |
commit | 0b6126e9cbc31216bd59b2148e7df64d86a8f649 (patch) | |
tree | 9cd6ace0dd73ba32ce57cdc92f62301f81e7907f /server/sonar-docs/src/pages | |
parent | 697a5ab5971955c078efc5135bea6cb7b07fe4a9 (diff) | |
download | sonarqube-0b6126e9cbc31216bd59b2148e7df64d86a8f649.tar.gz sonarqube-0b6126e9cbc31216bd59b2148e7df64d86a8f649.zip |
[NO-JIRA] Update Required Report key for Monorepos in BB
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/bitbucket-integration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-integration.md index d157503fc2a..d27ebed9c75 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-integration.md @@ -98,7 +98,9 @@ After setting up pull request analysis, you can block pull requests from being m 2. Add a **Required report** called `com.sonarsource.sonarqube` [[info]] -|If your SonarQube project is configured as part of a mono repository in Enterprise Edition or above, you need to use a **Required report** that uses a SonarQube project key (`com.sonarsource.sonarqube_{sq-project-key}` instead of `com.sonarsource.sonarqube`). +|If your SonarQube project is configured as part of a mono repository in Enterprise Edition or above, you need to use a **Required report**. +This report will be in the format of `com.sonarsource.sonarqube_{hash}` (instead of `com.sonarsource.sonarqube`). +This hash is a randomly computed value that can be discovered on Bitbucket after first PR analysis. 3. Select **Must pass** as the **Required status**. 4. Select **Must not have any annotations** as the **Annotation requirements**. |