Plugin Information
| Plugin ID |
nabaztag |
| Latest Release |
1.6 |
| Latest Release Date |
Sep 01, 2009 |
| Changes in Latest Release |
via Fisheye |
| Maintainer(s) |
n/a (java.net id: eric.lemerdy) |
| Issue Tracking |
Open Issues |
Allows to publish the result of a build to a Nabaztag. 
Configuration
You should access to the configuration page and fill in the Global Nabaztag Settings section:
- Serial Number - The serial number of the device
- Nabaztag API Token - The secret API-Token
- Nabaztag Report On Sucess - report on Sucess - default will be 'false' only failure and recovery will be reported
- Advanced section...
- Nabaztag API URL - The Nabaztag API URL (that can change among time)
- Nabaztag Voice - The voice used by the rabbit to spread the build status. A list of supported voices can be found on the API-help page
- Nabaztag Text for Failure - The text pronounced when build fails
- Nabaztag Text for Success - The text pronounced when build suceed
- Nabaztag Text for Recover - The text pronounced when build suceed after a failure
Resources
Changelog
- Release 1.3 (January 08, 2009) >>> nabaztag-1.3.hpi
- Initial release: (Please do not pay attention to the version. Due to release problems, it is quite unusual. But 1.3 is really the first released version).
- Release 1.4 (January 13, 2009) >>> nabaztag-1.4.hpi
- Add a new parameter: Report On Success. This would avoid notification of all successfull builds.
- Using the global Hudson proxy configuration (editable in 'Plugin manager'>'Advanced'>'HTTP proxy') to send notifications.
- Release 1.5 (February 22, 2009) >>> nabaztag-1.5.hpi
- Fix bug: All Text-To-Speach messages are now editables and supports accentuation.
- Fix bug: double notification when a build was recovering success.
- Use a checkbox for the "Report On Success" parameter.
- Hide non mandatory parameters in an "Advanced..." section.
- Text-To-Speach messages supports "${projectName}" and "${buildNumber}" special syntax to be more expressive (instead previously of adding project name and build number automatically at the end of the TTS).
- Release 1.6 (August 30, 2009) >>> nabaztag-1.6.hpi
- Patch from Steven Russo: add a prebuild message: "job XXX is about to build" (unconditionnal)
Comments (2)
Sep 04
Reiner Saddey says:
1.6 isn't documented, so I had a look at the sources and now suspect that a noti...1.6 isn't documented, so I had a look at the sources and now suspect that a notification might be sent unconditionally when a build is about to start ("Hudson is about to build ${projectName} ${buildNumber}").
Is this so, and if yes, wouldn't it be nice to make this an option?
Nov 16
Eric Le Merdy says:
That is right Reiner (twice), I have documented the release and posted an enhanc...That is right Reiner (twice), I have documented the release and posted an enhancement in the issue tracker for your demand.