It’s been a while, but thanks to a couple of contributions, I finally managed to release the next version of the Hudson plugin for Eclipse, this time version 1.0.8. There are a couple of new features: Non-blocking refreshes, Date and time-information for the builds, support for HTTP Basic Auth, and a couple of bugfixes. Check out the changelog and download at http://code.google.com/p/hudson-eclipse/.
Tech Life of Recht » archive for 'Hudson'
Hudson Plugin for Eclipse 1.0.8
- October 1st, 2009
- 11:50 pm
Hudson Plugin for Eclipse 1.0.7
- May 20th, 2009
- 5:49 pm
It seems there were a couple of regressions in the 1.0.6 version of the Hudson plugin for Eclipse. The new version checked for valid build status values, but apparently, I didn’t quite get all the values right, which resulted in a NPE when starting the plugin.
A couple of other small fixes were also applied, so I’ve released version 1.0.7. Download at Google Code or use the update site.
Hudson Plugin for Eclipse 1.0.6
- May 17th, 2009
- 2:48 am
I just spent the evening implementing 3 new features in the Hudson Eclipse plugin. All three were requested in the issue tracker, and the requests even had patches attached, so it wasn’t too much work. Thanks very much to all the contributors.
The new features are:
- Display build health along with build status
- Make it possible to set parameters when launching a parameterized build. Unfortunately, it’s not possible to read the necessary parameters from the xml interface, but I’ve created a feature request, so hopefully it will be added to Hudson soon.
- It’s now possible to detect any running Hudson instances using network broadcasting. This only works for local network. So see in action, go to the preferences page and click “Discover”.
As usual, the new version can be downloaded from the project site, or using the Eclipse update manager.
Hudson Plugin for Eclipse 1.0.5
- April 7th, 2009
- 10:04 pm
You probably thought it would never happen, but I finally got a couple of hours for making a new version of the Hudson plugin for Eclipse. There are no major feature additions (other than support for form-based authentication), but all the reported issues should be fixed now. Check out the changelog at Google Code where the new version can also be downloaded. The update site should have the new version.
If you have any suggestions, comments, or bug reports, please use the issue tracker.
Enjoy!
Hudson plugin 1.0.4 for Eclipse
- March 4th, 2008
- 8:43 pm
It’s been some time since the last update, but now I finally got around to do some updates for my Hudson plugin for Eclipse. A couple of new features have been added:
- Name filtering
- Support for Hudson views
Other than that, some smaller bugs have been fixed, and the quite annoying error dialog when Hudson can’t be reached doesn’t appear anymore unless configured to do so.
The new version, 1.0.4, can be downloaded at http://code.google.com/p/hudson-eclipse/. Comments and suggestions are welcome. Patches are even more welcome.
Hudson plugin 1.0.3
- October 16th, 2007
- 11:50 pm
Version 1.0.3 of the Hudson plugin for Eclipse is out. New features:
- Read proxy settings from the Eclipse configuration
- Support self-signed certificates
- Store icons in ImageRegistry to avoid leaks
Enjoy.
Hudson plugin for Eclipse 1.0.2
- October 2nd, 2007
- 10:21 pm
I’ve just released a new version of the Hudson plugin for Eclipse. This version fixes the somewhat confusing default setting, where all build types were filtered out. Now, all projects should be listed by default.
I’ve also added an ignore option to each project. By right-clicking on a project, it’s possible to ignore build errors. This will make the status icon at the bottom of the window green even if there is a build error in a project. This is useful when there are several projects, but you only work on some of them yourself.
The new version can be installed using the update site, or it can be downloaded from http://code.google.com/p/hudson-eclipse.
Eclipse plugin for Hudson
- September 22nd, 2007
- 1:22 am
I finally got around to moving the code for the Hudson Eclipse plugin to a public place: http://code.google.com/p/hudson-eclipse. That means there’s now a proper update site and a place to look for documentation and issues. So, please file any suggestions or issues, or even better, check out the code and make your changes.
Eclipse plugin for Hudson
- May 3rd, 2007
- 1:12 am
We’ve recently started using Hudson as a replacement for CruiseControl. It has been a very pleasant switch, but I was missing a plugin for Eclipse to get a tighter integration. Luckily, Hudson has a easy to use API, and Eclipse plugins are not hard to make, so I created a small plugin. It looks something like this:
![]()
The plugin can be downloaded here.
Authentication is not supported at the moment, but if anybody needs it, it should be pretty simple to add.
Update: The plugin is now hosted at http://code.google.com/p/hudson-eclipse/.



