Resetting the executableEstimatedDuration only when there is no 
asynchrounous execution seems to solve the problem. So the resulting Code 
in hudson.model.Executor is

[...]
458       } finally {
459            if (asynchronousExecution == null) {
460                finish2();
461                executableEstimatedDuration = DEFAULT_ESTIMATED_DURATION;
462            }
463        }
[...]




-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/107123fc-f7c3-432c-bf83-60fa644df462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to