Hi I’m using SonarQube version 9.3.0.51899 through an azure dev-ops pipeline.
My prepare SonarQube step succeeds, but the pipeline is failing due to the length of the build time.
Without SonarQube prepare the build project step with DotNetCoreCl@2 takes around 13 minutes and the pipeline around 20 minutes in total.
When I add the prepare SonarQube task to the pipeline it increases the build step so 50+ minutes and therefore the pipeline times out before it can reach the unit test and SonarQube tasks.
We initially thought it might be a lack of space issue on the VM with the build agent but the space got doubled so it’s not that.