Plugin Information
| Plugin ID |
twitter |
| Latest Release |
0.4 |
| Latest Release Date |
Oct 31, 2009 |
| Changes in Latest Release |
via Fisheye |
| Maintainer(s) |
n/a (java.net id: cactusman) |
| Issue Tracking |
Open Issues |
This plugin posts build results to Twitter.
Each Twitter update will contain build result, its build number, and job name. Optionally, the build URL can be included in which case it will be run through tinyurl.com. See the demo user (other).
The Twitter plugin uses the configuration of the core Mailer in order to determine the build URL.
This plugin uses Twitter4J, created by Yusuke Yamamoto.
Download .
Version History
Version 0.4 (October 31, 2009)
- Change build number mark to "$" from "#".
- Fixed validation of input form.
- Fixed HUDSON-4476 .
Version 0.3 (October 18, 2009)
- Upgraded to Twitter4J 2.0.10.
- Fixed Maven Project Job can use Twitter Plugin.
Version 0.2 (July 03, 2008)
- Upgraded to Twitter4J 1.0.4.
- Tweets are now sent asynchronously.
- Can now specify a different username/password per project.
- Tweets can optionally include the build URL.
- Tweets can be restricted to only be sent when a build fails or recovers.
Version 0.1 (May 13, 2008)