Sonarscanner and jenkins

Our project is using MSBuild12. We used sonarscanner instead of “sonarscanner for MSBuild” and got report successfully in last license. (because it does not support MSbuild older than 14)
Now we want to integrate sonarqube and jenkins so again is there no any limitattion for our project?

Does any new license support jenkins?
Our Plan is executing sonar in seperated physical system ( separete agent in jenkins). Is sonarqube server must located in jenkins machine and sonar-scanner located in that physical machine?

Hi,

It’s not clear to me what you mean by “license” in this context. All of the pieces you’ve mentioned (Jenkins, the scanners, SonarQube Community Editon(?)) are free and open source.

Note that the docs address analyzing MSBuild12 projects.

 
Ann