How do you set the working directory for your Jenkins (formerly known as Hudson) continuous build server to something else than System.getProperty("user.home")+"/.hudson"?
March 7, 2011
Set working directory for your Jenkins continuous build server
January 21, 2011
Failing Maven builds in Hudson
Failing Maven builds in Hudson
Maven has a default behaviour that it fails a build if a test fails. Hudson and Jenkins turns this default behaviour up side down. Maven builds that fails are marked as unstable instead of failed. This behaviour may be surprising to anybody setting up a Maven build.