-
Bug
-
Resolution: Unresolved
-
Major
-
None
If pipeline build has been aborted by "timeout" block and we try to download build log, it throw exception like:
${BUILD_URL}/timestamps/?elapsed=HH:mm:ss.S&appendLog
IllegalArgumentException: durationMillis must not be negative
Exception is not thrown if download url is ${BUILD_URL}/timestamps/?appendLog
Any format provided to "elpased" throw this exception.