Tagged Questions

4
votes
2answers
2k views

Sonar project integration

We've quite big project with own build framework, based mostly on Java (however other languages exist). We'd like to use Sonar Hudson plugin to graphically present various code metrics. How do we ...
2
votes
2answers
189 views

Schedule specific build target in Jenkins?

The group that I work in has standardized on Jenkins for Continuous Integration builds. Code check-in triggers a standard build, Cobertura analysis and publish to an Artifactory SNAPSHOT repo. I've ...
2
votes
3answers
462 views

SONAR - Measure Code Coverage using Cobertura

I am using sonar to measure code quality. One thing that I do not know is the steps to measure code coverage using Cobertura. I followed the steps from ...
2
votes
2answers
470 views

Quality metrics and continuous integration for ruby on rails

In my day work, I work on your classic Java aplication. We use as "software factory" : Maven, Hudson and Sonar. In my night work, I work on personnal ruby on rails stuff. I have a certain number of ...
2
votes
1answer
302 views

Sonar Maven plugin - fail the build on violation

Is there a way to configure Sonar or the Sonar Maven plugin to make a build fail when a violation of a certain priority (Blocker, Critical) is detected?
1
vote
1answer
198 views

SONAR - How to exclude packages that is defined under “sonar.test”

I have a projects in JAVA that I analyze using sonar. Some of the java packages that I have are all under source folder. I also have some test file that I have under a different folders. Now, in ...
1
vote
1answer
99 views

Getting statistics about builds statuts

We use Hudson to build our application, and also Sonar to monitor the quality of our application. CVS is our Source Code Management, but we will migrate in a few months to SVN. Every week, we want to ...
0
votes
0answers
49 views

How to config CI server with Hudson/SVN/Sonar/MSBuild

I have installed a CI Server with hudson/SVN/Sonar plugin/msbuild plugin to build and analyse my C# code (ecosystem C# plugin installed). The problem is when I create a job I get an error : ...
0
votes
1answer
684 views

How do I correctly integrate Maven, Jenkins, Sonar and Cobertura?

hope someone can help. our project is an Eclipse plug-in project we have a Jenkins server our project uses Maven and Tycho (for plug-in projects) for build management we installed a Sonar server we ...
0
votes
1answer
98 views

integrating soapUI report into sonar

I have the following setup. I use maven /soapUI maven plugin /soapUI to execute tests on a webservice. My target is to display the test results in sonar. As there is no real build going on in maven, ...