sarins / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

Running Hudson instances can be discovered #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hudson instances running on an intranet can be discovered by sending a 
broadcast message. If the URL of the server was properly configured on the 
server's configuration page, then we can use this information to ease the 
configuration of the Hudson Plugin.

I have attached a patch for doing this. If you find it useful feel free to 
include it/change it.

Though, there are 2 open issues:

1. I have changed the action and label of the "Check url" to open a search 
dialog. Maybe a new button would be appropriate.

2. I still have to find a way to cope with closing the dialog while the 
search is still in progress (now you get a null pointer exception).

Original issue reported on code.google.com by dan.corneanu@gmail.com on 8 Apr 2009 at 1:14

GoogleCodeExporter commented 8 years ago
The patch seems to contain a merge conflict (there are files names .mine, ,.r34,
.r21. Please merge correctly and submit a new patch.

Original comment by jre...@gmail.com on 8 Apr 2009 at 5:31

GoogleCodeExporter commented 8 years ago
Sorry for the previous patch.

Original comment by dan.corneanu@gmail.com on 9 Apr 2009 at 7:35

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch, it has beem merged into svn with some small modifications 
(new
discover button, the list of discovered servers is updated as soon as new 
servers are
found, and some other small things)

Original comment by jre...@gmail.com on 17 May 2009 at 12:33