]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS add note about automatic branch analysis only with Git
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 9 Dec 2020 21:08:16 +0000 (15:08 -0600)
committersonartech <sonartech@sonarsource.com>
Sun, 13 Dec 2020 20:06:50 +0000 (20:06 +0000)
server/sonar-docs/src/pages/analysis/azuredevops-integration.md

index 8b58cd3648f9ab3e1ea1c7903e680ffdd7ef5418..624f161f5079f373b18b6d60392c66f34ffd8869 100644 (file)
@@ -42,6 +42,9 @@ For information on analyzing your projects with Azure Pipelines, see the followi
 ## Analyzing projects with Azure Pipelines
 SonarScanners running in Azure Pipelines jobs can automatically detect branches or pull requests being built, so you don't need to specifically pass them as parameters to the scanner.
 
+[[info]]
+| Automatic branch detection is only available when using Git.
+
 You can find a tutorial on setting up analysis with Azure Pipelines by selecting **Azure Pipelines** when asked how you want to analyze your repository:
 
 ![Analyzing repositories with Azure Pipelines](/images/AzurePipelinesAnalysis.png)