• S
    [FIXED JENKINS-28115] Division by zero in Executor.getProgress() · e685b604
    Stephen Connolly 提交于
    ```
    WARNING: Caught exception evaluating: executor.progress in /ajaxExecutors. Reason: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException
    ...
    	at java.lang.Thread.run(Thread.java:744)
    Caused by: java.lang.ArithmeticException: / by zero
    	at hudson.model.Executor.getProgress(Executor.java:649)
    	... 154 more
    ```
    e685b604
Executor.java 30.5 KB