I\'m struggling with the following scenario:We\'re a team that\'s developing an experimental social game on Facebook.Our team is scattered over the world and many times we have would like to have an a
I am using sonar to measure code quality. One thing that I do not know is the steps to measure code coverage using Cobertura.
It is around 10 months now that Jenkins split off from Hudson. When looking at the project homepages I am wondering what the differences between Hudson and Jenkins in the meantime really are. From th
At our company we use Hudson for our CI, we use a lot of different languages and they all work well on linux.
So after reading multiple Q&As here about why I should use Jenkins over Hudson, I went ahead and made the switch ... and now I\'m regretting it.With Hudson (or at least with the Debian package I u
I\'d like to speed up our integrationtest-suite. It is long running. Too long. As everyone knows not every change has an impact on everything. So why not just test components which are influenced by t
I\'m new to continuous integration and Cruise Control. But I looked at few examples and I tried setting up a project to a pre-existing Cruise Control setup which had couple of projects in it.
We currently use CruiseControl (ruby version) for CI, and it runs our unit and integration tests (primarily rspec).
I\'m trying to deploy Jenkins 1.432 to GlassFish Server Open Source Edition 3.1.1 (build 12), running in Ubuntu 10.04.
I have a small maven project that build a java jar file. I added a plugin (maven-antrun-plugin) in order to start it during maven\'s build phase. This also works in the build server (Continuum) which