-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
When hudson is in the process of restarting, the status for the jobs in the
queue show waiting for available executor. This is little misleading as one
could see idle executors and the reason hudson not assigning those executors is
because of the restart. The status should should show about restart in status in
the job page.
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/Functions.java
trunk/hudson/main/core/src/main/java/hudson/model/Queue.java
trunk/hudson/main/core/src/main/resources/hudson/model/Messages.properties
trunk/hudson/main/core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=15916
Log:
[FIXED JENKINS-3152]
In 1.288. Builds blocked by the shut-down process now reports its status accordingly.