Usage of SonarCube Developer (language C) together with a jenkins build process

Hello,

we have bought the SonarCube Developer version to analyze c-files.

I installed the sonarqube on the server and do a local install of the wrapper and the scanner. I analyze a local make-run and everything works fine.

Now we want to do an analyze of a jenkins build process. What do I need for that analyze? The jenkins plugin? Or only the wrapper and the scanner?

Best regards

Volker

Hi Volker,

The Jenkins plugin is there ease the use of the other scanners, but it has never been caught up to add use of the wrapper. You can run with or without it, just as long as you make sure to use the wrapper in your build and pass forward that file.

 
HTH,
Ann