Skip to content

donald-slagle/jenkins-sonar-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Sonar Plugin

Project homepage: http://docs.codehaus.org/display/SONAR/Hudson+and+Jenkins+Plugin

Continuous inspection: http://nemo.sonarsource.org/dashboard/index/org.jvnet.hudson.plugins:sonar

Issue tracking: http://jira.codehaus.org/browse/SONARPLUGINS/component/13726

If you're wanting to make changes, please clone the git repository at

git://github.com/SonarSource/jenkins-sonar-plugin.git

Before making release please contact current maintainers ( dev@sonar.codehaus.org ).

Sonar Runner is managed as an installable tool. List of available versions is retrieved automatically by Jenkins/Hudson from a json file hosted on their respective update site:

For Jenkins the file is automatically updated when a new version of Sonar Runner is published thanks to a crawler written in groovy: https://github.com/jenkinsci/backend-crawler/blob/master/sonarrunner.groovy

For Hudson it seems it is a manual process and we should ask on the hudson dev mailing list for someone to update the json file.