From 5e216710672e237ce18e43c0c8fe82faacaacd3b Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Thu, 26 Aug 2021 10:04:55 +0200 Subject: SONAR-13623 Replace "master/slave" with a better terminology --- .../sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md') 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 -- cgit v1.2.3