-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Follow-up issue for https://github.com/jenkinsci/jenkins/pull/2607
> Current implementation of getLog(int maxLines) reads entire log file.
In this PR I'm addressing this issue. Instead of reading all lines from start, I'm readying only maxLines from end of log.