Venky
Venky

Reputation: 2047

Not able to find SonarQube Service Connection in Azure Devops in new service connection list

Tried looking all over couldn't find the option or the solution to get the option, any inputs would be deeply helpful.

enter image description here

My Azure DevOps Version:

enter image description here

I'm pretty sure the Azure DevOps is the latest.

Upvotes: 2

Views: 2169

Answers (2)

Rahul
Rahul

Reputation: 1

you need to install these both extensions

sonar cloud -- https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud

sonar qube -- https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube

after that you can see the service endpoints.

Upvotes: 0

Shayki Abramczyk
Shayki Abramczyk

Reputation: 41545

You need to install the SonarQube extension:

enter image description here

After that you will see it:

enter image description here

Upvotes: 3

Related Questions