aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-08-26 10:04:55 +0200
committersonartech <sonartech@sonarsource.com>2021-08-26 20:04:29 +0000
commit5e216710672e237ce18e43c0c8fe82faacaacd3b (patch)
treef80b18a31a147d1e41ffba613d353372acea1a1b /server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
parent3127e9e6821be46440f1ad89b5e56c47f10fd38b (diff)
downloadsonarqube-5e216710672e237ce18e43c0c8fe82faacaacd3b.tar.gz
sonarqube-5e216710672e237ce18e43c0c8fe82faacaacd3b.zip
SONAR-13623 Replace "master/slave" with a better terminology
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.md8
1 files changed, 4 insertions, 4 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 6722f4d8fb1..040e769be65 100644
--- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
+++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
@@ -100,7 +100,7 @@ Click the scanner you're using below to expand the example configuration:
|
| pipelines:
| branches:
-| '{master,develop}':
+| '{master,main,develop}':
| - step:
| name: SonarQube analysis
| caches:
@@ -139,7 +139,7 @@ Click the scanner you're using below to expand the example configuration:
|
| pipelines:
| branches:
-| '{master,develop}':
+| '{master,main,develop}':
| - step:
| name: SonarQube analysis
| caches:
@@ -172,7 +172,7 @@ Click the scanner you're using below to expand the example configuration:
| image: mcr.microsoft.com/dotnet/core/sdk:latest
| pipelines:
| branches:
-| '{master}':
+| '{master,main,develop}':
| - step:
| name: SonarQube analysis
| caches:
@@ -224,7 +224,7 @@ Click the scanner you're using below to expand the example configuration:
|
| pipelines:
| branches:
-| '{master,develop}':
+| '{master,main,develop}':
| - step:
| name: SonarQube analysis
| image: sonarsource/sonar-scanner-cli:latest