Reputation: 1
Currently I am working on Jenkins and Sonar, to create a build-test-deploy pipeline. We have a project with vb6 coding and pl/sql files. I have configured sonar-scanner to perform the code quality on these source files.
However, when the scanner is connecting with SonarQube server post-scan, to upload report, I am getting an exception. This exception says, SonarQube plugin for vb6 needs license key.
When I checked the SonarQube configuration GUI, it shows licenses required for 3 of the plugins - VB6, VB.Net, PL/SQL.
I am not sure which license key needs to be supplied, for each.
Please suggest.
Upvotes: 0
Views: 833
Reputation: 43
You can write to SonarQube, buy the licenses and then insert the keys in the corresponding fields beneath Administration->Licenses.
Upvotes: 0