A few weeks ago our fearless leader Kohsuke Kawaguchi joined the San Francisco Java Users Group to talk about continuous integration with Hudson. Thanks to Marakana for organizing the meetup, and Aleksandar Gargenta for posting the video and slides, embedded below. Learn About Continuous Integration With Hudson Directly From the Source...
The latest release, 1.348 of Hudson was pushed out to the repositories on the 26th of Feb. This release is primarily a bugfix release containing a number of fixes (listed below) and a few localization corrections Bugs fixed Fixed a performance problem of the job/build top page when there are too many artifacts. Improved /etc/shadow permission checks. Disable auto-refresh in Groovy script console (issue 5729) Contributors This release of Hudson...
This week we had 18 plugin releases, with the xUnit plugin managing to have a release almost every day. For this edition of TWiP I was actually able to generate the log of releases mostly automatically thanks to rpetti who contributed the script to the contiuous-blog-tools repository on GitHub. This past week saw two new plugins, the SSH plugin and the Global Build Stats plugin,...
Justifying Continuous Integration Expenditure Our friend the Build Doctor, tries to quantify spending on continuous integration. In the comment thread on another related post of his, he strikes gold with: People are more expensive than Continuous Integration servers; let’s optimise the system for them....
For this week’s user spotlight segment, I’m talking with Doug MacEachern of Hyperic, part of SpringSource, a division of VMware, hoping I got that dependency chain correct. Hyperic builds enterprise systems monitoring and management software and also contributes to a number of open source projects, many of which are built with Hudson. To date I must say that Doug’s use of Hudson is one of...
Are you working on a project which uses java.net’s Maven repository for deploying its artifacts? Well, if so, there’s a great opportunity opening up for you to get off that problematic repository: Sonatype is helping java.net projects move to Sonatype’s hosted OSS Nexus repository, starting March 5th. We’re looking into moving Hudson over but for most smaller projects, this should be a no-brainer. Problems with...
Via the @hudsonci twitter account I typically share or "retweet" a number of links during the day, I realize a number of people either do not use Twitter or do not constantly pay attention to it. A lot of the links I find quite interesting, so I’d like to try sharing them after the fact here. Java.net Maven Repository Rescue Mission on March 5th Fighting Problems...
This past week PyCon has been going on in Atlanta, where Titus Brown gave a talk titled: Why not run all your tests all the time? A study of continuous integration systems < Titus has some notable quotes "just use Hudson" but overall a good introduction of CI and a breakdown of some of the challenges behind continuous integration. He also does a good job going over...