Screencast on using Hudson Continuous Integration
The Integrate Button website (from Paul Duvall’s book on Continuous Integration) recently published a screencast on using the Hudson Continuous Integration server – along with Subversion, Ant, HSQL and other tools. Click the image below to get started.
The screencast demonstrates the following steps:
- Checkout source files from the Subversion repository – locally
- Run the automated build locally
- Commit files to Subversion
- Download, install and configure Hudson – from Hudson website or from IntegrateButton scripts
- Make a code change (with error) and checkin files
- Get notified of error, automatically, via Hudson
- Fix code errors, commit change and see results in Hudson
Originally authored by Stelligent at testearly.com