We have integrated Jenkins with Sonar(4.1). And added PHP plugin as an extension but Sonar server is not starting . When we remove this plugin it runs fine. For this reason we are not able to use codesniffer for php. Please help.
Thanks in advance.
We have integrated Jenkins with Sonar(4.1). And added PHP plugin as an extension but Sonar server is not starting . When we remove this plugin it runs fine. For this reason we are not able to use codesniffer for php. Please help.
Thanks in advance.
Download latest version of sonar-php-plugin-2.2.jar (http://docs.codehaus.org/display/SONAR/PHP+Plugin)
Restart your SonarQube
server
yourHostName:9000/setup
Those operations can resolve your problems.