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. ...
Is there a way to cause hudson to report a build as failed, rather than unstable, if only a single unit test fails? thanks. ...
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...
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...
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...
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...
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...
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...
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...
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...
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. ...
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...
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...
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) ...
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 ...
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...
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...
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...
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...
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...
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...