3
votes

I am trying to setup Jenkins plugin with SonarQube.

The instructions at http://docs.codehaus.org/display/SONAR/Triggering+SonarQube+on+Jenkins+Job#TriggeringSonarQubeonJenkinsJob-TriggeringaProjectAnalysiswiththeSonarQubeRunner

seems to be exactly same for both

  1. Triggering a Project Analysis with the SonarQube Runner
  2. Triggering a Task with the SonarQube Runner.

I am trying to trigger a project, but i am only getting the option for Task in jenkins. What am i missing?

1

1 Answers

1
votes

To analyze a project, either you set the "Project properties" or the "Path to project properties" field. See also http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Runner.