hudson

fail hudson build on single unit test failure

Is there a way to cause hudson to report a build as failed, rather than unstable, if only a single unit test fails? thanks. ...

Hudson + CVS headaches

I'm trying to configure my Hudson server to retrieve code from a CVS repository, but so far it's been a pretty frustrating experience. My setup is Hudson 1.310 running as a system service, CVSNT latest version on the server, TortoiseCVS 1.10.10. I'm getting "The credentials supplied to the package were not recognized" all the time, eve...

hudson build successful with unit test failures

this is related to another question I asked about trying to fail hudson on a single unit test failure. when I run maven on my build standalone, it fails due to unit test errors (running mvn clean install). but, when I run it in hudson, it says there was an error due to test failure, yet the build still is successful (and marked as unstab...

Useful Hudson spew for .NET and XCode?

I wanted to know if there was a specific plugin I could use to filter the output log from Hudson. My engineers dont need the last 1000+ lines via email. I would like to specifically narrow down the failure to just the last couple. Regular expression or perl would help. Something like the warnings plugin would be great. (but instead o...

hudson cobertura reporting 0

Hi, I have a problem that when I run the cobertura target maven, the report always shows 0%.I've tried forking my junit tests, and no luck. I've tried configuring the cobertura plugin in the reporting section and build section of the pom, and also tried binding it to both the site and package phase. Any thoughts? On a related note, I'v...

Is it normal that Hudson takes an awful lot of time before he notices a new SVN revision?

Hi! I just recently started using Hudson as a CI server for a project of mine. I've set up a "job" with a SVN-repository. The server runs on my local machine and the SVN repository is hosted at http://www.unfuddle.com. The problem is that when I commit the code from my local machine and then manually trigger a build in Hudson that it t...

How to drill down in the data driven unit tests results on hudson with mstest.

Dear sirs. Our CI server is powered by hudson with mstest. We use the hudson mstest plugin. Everything works fine, except there is a problem when a data driven unit test fails. The mstest plugin does not know to drill further down the data rows, like the Visual Studio does when one clicks on a failed data driven unit test. So, when a d...

Is it possible to delay CI build on Hudson until commit activity tapers?

This is my first time setting up Hudson and I would like to do trigger builds int he following manner: (We're using SVN) after a commit, but only after no more commit activity for a certain time period. I do not want to trigger a build for each commit if they happen within some small time delta. For example, flag a pending build/tas...

Hudson email ext plugin bug?

Hello everyone, I am getting an error using my email ext plugin from hudson. I am trying send an email to the following schema = "< firstName >_< LastName >@< subgroup >.< companyName >.com ex: [email protected] I cannot send emails to this address via the email extension plugin. The regular email generator works wi...

cobertura graph in hudson

is there a way to have the cobertura test coverage graph be shown on the front page of a project, similar to the test trend graph? I'd like to have that displayed next to the coverage graph. Any help would be appreciated. Thanks. ...

Setting up Hudson with Selenium RC to run tests written in C#

I just deployed a Hudson server and configured it to checkout, build and deploy to a testing http server. Now I want more =) I have some Selenium RC tests wrtten in C#/.Net, using the MbUnit infrastructure, that runs ok on Gallio Icarus. How to setup Hudson to run these tests? Our is in a Windows 2003 server. I was thinking about jus...

Hudson checkout gets stuck at 'git fetch'

I'm using git version 1.6.2.2.1669.g7eaf8 with Hudson Git plugin 0.7.3 on Hudson 1.314 When I trigger a build, Hudson does a git fetch, but it never returns. I had one stuck there for 14 days before I killed it. The console output - it just sits here for days on end: Started by user anonymous Checkout:workspace / C:\hudso...

hudson show maven site documentation

is there a way to show the icon for maven site documentation if using a freestlye project (I switched to a freestyle project rather than maven2 project because of certain bugs - i.e. cobertura graph not showing up on front page, double unit test coverage counting when running cobertura) ...

Fetching project code from different repositories

we want to use Hudson for our CI, but our project is made of code coming from different repository. For example: - org.sourceforce... should be check out from http:/sv/n/rep1. - org.python.... should be check out from http:/sv/n/rep2. - com.company.product should be check out from http:/sv/n/rep3. right now we use an ant script with ...

How can I auto increment the C# assembly version via our CI platform (Hudson)?

Myself and my group is horrendous at incrementing assembly version numbers and we frequently ship assemblies with 1.0.0.0 versions. Obviously, this causes a lot of headaches. We're getting a lot better with our practices via our CI platform and I'd really like to set it up to auto increment the values within the assemblyinfo.cs file so...

Configuring project report generation for Hudson within Hudson

There are a number of plugins for Hudson to create coverage, test result, metrics and other reports. It seems that all of them require you to add extra configuration to your build scripts (or Maven POM) for every project that you want to have the reporting done. For example, if you want to have a FindBugs or a Cobertura report, you need...

Hudson continuous integration of graphical desktop application and slave nodes

Hi ! I am currently trying to use hudson for continuous integration of an eclipse-based desktop application. The tests of this application are implemented with Junit and open some windows when running. I am currently facing some difficulties with launching these tests on a linux slave node because display is not exported. Could someone...

how do I make hudson work with xcopy?

I have a windows batch command in my hudson build step that is basically: xcopy /s *.* \\serverlocation\buildname\ The copy is failing with: 'xcopy' is not recognized as an internal or external command, operable program or batch file. However, xcopy is usable on the command line (as is copy). What do I need to do to make hudson u...

MSBuild "Unable to copy file" in CI environment

I'm using Hudson as a continuous integration server. The jobs ultimately kick off MSBuild. Everyone once in a while, my build fails with a non-code-compilation error out of MSBuild: C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2703,9): error MSB3021: Unable to copy file "..\Lib\Microsoft\Microsoft.Practices.Unity.C...

How to configure logging of subversion operations performed by Hudson?

Dear ladies and sirs. We use Hudson as our CI server and SVN as our source control system. We normally tag our builds by means of the "Tag this build" command, which works fine. But today, I wished to create a branch, which is the same from the SVN perspective. However, Hudson refused to do so. We would really like to see the logs, but...