aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-11-10 10:53:09 +0100
committersonartech <sonartech@sonarsource.com>2021-11-10 20:03:43 +0000
commit7c72867fa24ec97b24e824005553e71611743ed4 (patch)
treea70f0aea8cbb5ab95f29df9baf2d103cb04da4e0
parentb7bdbaba01a50df04606cf44a88cc83c623b89c0 (diff)
downloadsonarqube-7c72867fa24ec97b24e824005553e71611743ed4.tar.gz
sonarqube-7c72867fa24ec97b24e824005553e71611743ed4.zip
SONAR-15180 Document support for Azure DevOps Server Express editions
-rw-r--r--server/sonar-docs/src/pages/analysis/azuredevops-integration.md2
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md10
2 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-docs/src/pages/analysis/azuredevops-integration.md b/server/sonar-docs/src/pages/analysis/azuredevops-integration.md
index fbd87d0dccf..3f570f9a681 100644
--- a/server/sonar-docs/src/pages/analysis/azuredevops-integration.md
+++ b/server/sonar-docs/src/pages/analysis/azuredevops-integration.md
@@ -11,7 +11,7 @@ With this integration, you'll be able to:
- **Report your Quality Gate status to your pull requests** - (starting in [Developer Edition](https://redirect.sonarsource.com/editions/developer.html)) See your Quality Gate and code metric results right in Azure DevOps so you know if it's safe to merge your changes.
## Prerequisites
-Integration with Azure DevOps Server requires Azure DevOps Server 2020, Azure DevOps Server 2019, TFS 2018, or TFS 2017 Update 2.
+Integration with Azure DevOps Server requires Azure DevOps Server 2020, Azure DevOps Server 2019, TFS 2018, or TFS 2017 Update 2 (including _Express_ editions).
### Branch Analysis
Community Edition doesn't support the analysis of multiple branches, so you can only analyze your main branch. Starting in [Developer Edition](https://redirect.sonarsource.com/editions/developer.html), you can analyze multiple branches and pull requests.
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md
index e63c3a145f6..a04748843a6 100644
--- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md
+++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md
@@ -15,13 +15,13 @@ The [SonarScanner for Azure DevOps](https://marketplace.visualstudio.com/items?i
## Compatibility
The SonarScanner for Azure DevOps 5.x is compatible with:
-Azure DevOps Server 2019
-Azure DevOps Server 2020
-Azure DevOps Services
+* Azure DevOps Server 2019 (including _Express_ editions)
+* Azure DevOps Server 2020 (including _Express_ editions)
+* Azure DevOps Services
The SonarScanner for Azure DevOps 4.x is compatible with:
-TFS 2017 Update 2+
-TFS 2018
+* TFS 2017 Update 2+ (including _Express_ editions)
+* TFS 2018 (including _Express_ editions)
## Analysis
For information on setting up analysis with the SonarScanner for Azure DevOps, see the [Azure DevOps DevOps Platform integration](/analysis/azuredevops-integration/) page.