]> source.dussan.org Git - sonarqube.git/commitdiff
[DOCS] document azdo agent bug
authorTobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
Tue, 10 Nov 2020 14:29:09 +0000 (15:29 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 25 Nov 2020 20:06:26 +0000 (20:06 +0000)
Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md

index cf5d0b55a2cb50b8a1e71cd065b559053f7ab2df..80bffe8caf3f4093131c6303054f98e594c580b3 100644 (file)
@@ -174,3 +174,8 @@ _Note : The number of comments posted in a PR is limited to 50. If this limit ha
 We believe that breaking a CI build is not the right approach. 
 
 Instead, we are providing pull request decoration (to make sure that issues aren't introduced at merge time) and we'll soon add a way to check the quality gate as part of a Release process.
+
+**Missing Build Agent Capability**
+
+If you add a Windows Build Agent and install a non-oracle Java version on it, the agent will fail to detect a needed capability for the SonarQube Azure DevOps plugin. If you are sure that the `java` executable is available in the `PATH` environment variable, you can add the missing capability manually by going to **your build agent > capabilities > user capabilities > add capability**. Here, you can add the key, value pair java, and null which should allow the SonarQube plugin to be scheduled on that build agent.
+This Bug has been reported to the Microsoft Team with [azure-pipelines-agent#2046](https://github.com/microsoft/azure-pipelines-agent/issues/2046) but is currently not followed up uppon.