diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-03-23 13:59:11 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-24 20:03:22 +0000 |
commit | fefd8bd216979ae796cfc4770e95ef9777828883 (patch) | |
tree | d3c799fdaa2ab17808974526eefc5a0d912c112c /server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | |
parent | 5d3ee4584833f39ffc2942333e681f25f9a73c21 (diff) | |
download | sonarqube-fefd8bd216979ae796cfc4770e95ef9777828883.tar.gz sonarqube-fefd8bd216979ae796cfc4770e95ef9777828883.zip |
DOCS clarify where to set monorepo setting
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md index 4abc1adab6a..6f7fa54f360 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md @@ -212,7 +212,7 @@ From here, set your: | | In a mono repository setup, multiple SonarQube projects, each corresponding to a separate mono repository project, are all bound to the same Bitbucket Cloud repository. You'll need to set up pull request decoration for each SonarQube project that is part of a mono repository. | -| To add pull request decoration to a project that's part of a mono repository, set your project up as shown in the **Adding pull request decoration to Bitbucket Cloud** section above. You also need to set the **Enable mono repository support** setting to true. +| To add pull request decoration to a project that's part of a mono repository, set your project up as shown in the **Adding pull request decoration to Bitbucket Cloud** section above. You also need to set the **Enable mono repository support** setting to true at **Project Settings > General Settings > Pull Request Decoration**. | | After setting your project settings, you need to ensure the correct project is being analyzed by adjusting the analysis scope and pass your project names to the scanner. See the following sections for more information. | |