Hi ,
I’m using SonarQube 8.8 on Azure DevOps.
It’s work just fine, I have analyzed severals applications. However i have a problem on one application :
I configure my project just like usual, with the sonarQube tasks
But as soon as I delete de sonarqube tasks, everything work just fine. I think the error come from the fact that I have a TimeoutInMinutes : 60 . But I don’t why and I don’t how I should proceed.
The SonarQube tasks require that Java is available (it’s a “demand” it has of the agent). Based on the logs it looks like you might have some build agents that have everything necessary installed, but maybe not all the ones available to you. Therefore, when you add the SonarQube tasks, it’s making you wait until one of those build agents (that meets the java demand) is available.
With what you know about your agent pools, does that sound possible?
I just talk with my manager and actually the agent that we use for this app is the same that we use for the others applications (and it work just fine for the others).
So he thinks the problem is not related to the agent.