phaniteja-24 / hudson-eclipse

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

Change Status icon to build on build request #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Schedule new build
2. Observe status icon has not changed
3. Wait refresh period (30 seconds default?)
4. Status icon changes to build

Either arbitrarily change icon to build, or automatically refresh after a
new build is requested.

Version 1.0.7

Original issue reported on code.google.com by etherm...@gmail.com on 4 Jul 2009 at 3:05

GoogleCodeExporter commented 9 years ago
Actually, there is a refresh performed after the "new build" request is sent to 
the 
server. But it can happen that in the time elapsed between the request has been 
sent 
and the refresh is performed, the server did not actually got a change to start 
the 
build, so you'll see the change only at the next 30s refresh.

The plugin polls the server for the status of jobs and there are no 
notifications 
from server to plugin. So, it can also happen that you will not see any status 
change 
if the hudson server build is very faster and finishes before the plugin 
executes the 
refresh code.

Based on these, I think that the current behavior is correct/acceptable.

All that I said is based on what I have seen when browsing the code. Please 
correct 
me if I am wrong.

Original comment by dan.corneanu@gmail.com on 27 Aug 2009 at 3:22

GoogleCodeExporter commented 9 years ago
Wontfix for now - the schedule request only queues the new build, and we have 
no way
of knowing when it will actually be built.

Original comment by jre...@gmail.com on 1 Oct 2009 at 9:09