... This plugin requires that: * Hudson's server machine has a working sound card and speaker. * Hudson's server machine's speaker is not in a remote server room where there's no one around to hear it. Preferably in audible range of the development team Hudson is working for.
h1. Configuration
h3. Configuring build sounds
The build configuration allows you to select a sound to be played for any build state transition. You can configure: * for any possible build result * a list of previous build results * the sound to play
h3. Customising the sound archive
h6. Making a sound archive
The sound archive is a simple .zip or .jar file containing sound files.
Hudson analyses each file to detect whether it is a valid sound file supported by JavaSound. JavaSound supports AIFF, AU and WAV, see [formats|http://java.sun.com/products/java-media/sound/techReference/javasoundfaq.html#formats].
NOTE: The filename extension does not guarantee that the format is supported. If you have a file that doesn't play, try passing it though a conversion tool like [http://www.youconvertit.com/].
Hudson ignores the archive folder structure (to simplify packaging) and uses the file name less extension as an ID, so keep the archive flat, or avoid having the same filename in multiple folders.
h6. Publishing your sound archive
Hudson Sounds can read an archive from the local filing system, or an HTTP URL. * publish the archive on a local web server and use http:// * put the archive in Hudson's local filing system and use [file://]
NOTE: Hudson streams the audio from the archive for each event (to reduce memory requirements), so make sure it's not too far away.
h6. Configure Hudson to use your archive
Within the Configure System section of Hudson Management locate the settings for Hudson Sounds.
Enter the path to the archive. * Absolute http:// and [file://] URLs will be used unmodified. * URIs without a protocol will be assumed to be filing system references and converted to [file://] URLs.
After changing the sound archive location URL you must save the form before being able to test the sounds.
The Test Sound advanced option shows a list of the sounds found in the archive and their supported format.
|