-
Bug
-
Resolution: Duplicate
-
Minor
-
None
When a timeout occurs, it seems the timestamp shown in the short console log is sometimes wrong. Whereas it's right on the full console log.
Extract from /console
07:53:24 ====================================================================== 07:53:24 Build timed out (after 300 minutes). Marking the build as aborted. 07:53:24 Build was aborted 07:53:24 Recording test results 11:02:31 [ci-game] evaluating rule: Build result
Extract from /consoleFull
07:53:24 ====================================================================== 11:02:31 Build timed out (after 300 minutes). Marking the build as aborted. 11:02:31 Build was aborted 11:02:31 Recording test results 11:02:31 [ci-game] evaluating rule: Build result
The right one must be the consoleFull since the timeout occurred at 11h02, not 07:53.
- duplicates
-
JENKINS-17779 Timestamps incorrect in .../console when truncated
- Closed