Hello Sonar Community!
I’m trying to setup SonarQube in Azure DevOps Pipeline with separate stage using separate agent (differ than the build agent). So, with this setup this is what I have in my stage:
- SonarQube Preparation task
- Download published Build Artifacts (download location: System.ArtifactsDirectory) task
- Then run the SonarQube Analyze task
With this setup, it’s not doing anything, wondering if I can achieve SonarQube setup with this way. The reason I like to have setup this way is, I need to separate out SonarQube agent and Build agent since there are lots of dependencies for the build agent in various repos.
SonarQube version:10.1 Enterprise version.
SonarQube Extenson version: 5.15.0
Any leads/suggestions would be greatly appreciated! Thanks!