-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: PC, OS: Linux
"If a build appears to be hanging for too long, Hudson turns the progress bar to
red"
My expectation would be that this wouldn't happen unless the job was actively
building.
Currently jobs sitting in the build queue will turn read and indicate that they
might be stuck, which is not the case... they are just waiting for an open build
executor to begin building.
This is also by design — if a job is sitting in a queue for "too long" (which
means twice the build time of the job), it's marked as stuck.
I think this is too aggressive, so I changed it to 10x the build time in 1.263.
The goal of this feature to let you know that you'll be better off if you add
more slaves.