0

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 some applications:

When I run the pipeline it get's stuck in queue indefinitely "The agent request is not running because all potential agents are running other requests. Current position in queue:"

But as soon as I remove the sonarqube tasks, the build works just fine. There is no error message so I have no clue about where the problem may come from.

Can you please help

Audrey
  • 1
  • 1
    Hope this helps: https://stackoverflow.com/questions/67058794/sonarqube-qualitygate-status-is-pending-in-azure-pipelines/67060294#67060294 – Sourav Apr 21 '21 at 17:49

1 Answers1

0

In your current situation, we recommend you can check your agent pool and make sure your all agent is available. And please check your parallel jobs. Also, we recommend you can try to create more self-agent in your local machine and try to run this pipeline.

And you can refer Sourav's answer in the comment.

More details about this issue you can refer this doc: You don't have enough concurrency

Felix
  • 1,104
  • 3
  • 6