Tagged Questions
4
votes
2answers
3k 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
255 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
2answers
510 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
0answers
350 views
HP Quality Center Status plugin Hudson or Sonar
Does anyone have any idea about a plugin for Hudson or Sonar that connects to HP Quality Center and retrieves a status about the opened DEFECTS in a project?
Thanks in advance.
1
vote
1answer
137 views
Why does the sonar plugin in jenkins build everything again?
I installed Jenkins on my build machine and in the Jenkins config checked the box to run sonar analysis on my maven based project. It works but if I look at the log my entire project is built twice. ...
1
vote
1answer
448 views
Unable to access Sonar MySQL database Caused by: java.sql.SQLException: Access denied for user 'sonar'@'glassfishdev.ccs.local' (using password: YES)
I am trying to add Sonar to my Continuous Integration build system. I am using ANT as my build script and I am using the sonar-ant-task-1.1.jar for sonar to generate the reports based on my source ...
1
vote
1answer
232 views
hudson cobertura sonar integration error
I integrate sonar into hudson, but when I build a project using hudson, an error occured
log:
does anyone know how to avoid this error?
thanks in advance~
1
vote
1answer
238 views
Build Stability Plugin for Sonar does not gather data from Jenkins / Hudson CI server
I want to monitor the build stability of my continuous integration builds. To do that, I am using the Build Stability Plugin for Sonar, but unfortunately, I was not able to make it work correctly.
At ...
1
vote
1answer
106 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 ...
1
vote
2answers
513 views
Hudson + Maven + Emma/Sonar = Build Cycle Runs 2x
I have a bunch of Maven projects building in Hudson with Sonar sitting in the side-lines. Sonar gives me Sonar stats, FindBugs stats, and code-coverage.
I've noticed that regardless of if I use Sonar ...
0
votes
1answer
71 views
How do I make Hudson/Jenkins fail if Sonar thresholds are breeched?
I am using maven to build my java app, Jenkins for CI and Sonar for metrics.
Currently I have a build job that creates the sonar report. (Triggered via a post-build step in Jenkins.)
I would like ...
0
votes
1answer
89 views
Sonar build fails with NullPointerException
I have set up a sonar target in jenkins. It used to work, but started throwing the following exception a few days ago.
I can't see what is wrong. The code compiles locally, anbd passes in the ...
0
votes
2answers
157 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
0answers
53 views
|C-Sharp Plugins Ecosystem| Bad coverage report
Process of code analysis is started from Hudson with Hudson-Sonar plugin.
I'm using C-Sharp Plugins Ecosystem 1.1 with Sonar 2.12. I'm all configure
but have one unusual error. In that revision used ...
0
votes
1answer
95 views
Error during Sonar Configuration ( use Derby default DB )
I changed my Sonar DB from Oracle to Default Derby. I successfully configured the Sonar Server, however I have error during the integration with Hudson.
Caused by: java.sql.SQLException: SQL driver ...
0
votes
1answer
117 views
Hudson / Sonar report about compiler warnings
Is there a plugin to show compiler warnings in Hudson and / or Sonar?
0
votes
1answer
116 views
Custom PMD rule integration with hudson
I have written a custom PMD rule specific to my project requirements that is working fine with sonar in standalone mode (following the steps given in this link). I need to integrate the same to ...
0
votes
2answers
488 views
Ant Build passes but Sonar build fails!
I am using Sonar new version with Ant build connectint to Hudson.
I get following error in the console.
The build gets success but at the end it gives a failure on maven! i am only using Sonar-Ant ...
0
votes
2answers
287 views
Can one Jenkins job handle two types of builds?
Currently my team is using Jenkins to do automated builds that are triggered by SVN changes.
Recently, we decided we wanted to use Sonar. We don't want to have the sonar/hudson integration occur for ...
0
votes
0answers
248 views
Sonar upgrade: jdbc-driver.jar (no proxy) error
I have upgraded Sonar from 2.4 to 2.7, and when I try to build with Hudson, it gives this error:
Embedded error: Fail to download the file: http://192.168.0.19:9000/sonar/deploy/jdbc-driver.jar ...
0
votes
2answers
132 views
no memory left on ascari causes Hudson built failed?
Does anyone ever experience random Hudson server crash ?
see the following log:
ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot ...