No sonar-runner option in jenkins?

pvgoddijn picture pvgoddijn · Sep 8, 2014 · Viewed 17.5k times · Source

I'm looking to install sonarQube on our jenkins server.

The documentation i can find tells me to configure sonar-runner in

Jenkins --> manage Jenkins -->  Configure system

however there is no 'sonar runner' option there. There is a 'sonar' option where i configured my sonar server, and the sonar plugin is installed and up to date.

How do i get the sonar-runner configuration to show up?

(We want the standalone sonar job not the maven on as this is a project without maven.)

Answer

Juan Ignacio Barisich picture Juan Ignacio Barisich · May 10, 2016

In newer versions of Jenkins (like 2.2), the sonarqube runner configuration is under

Manage Jenkins > Global Tool Configuration

Thats the solution :)