8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java25,266 stars (25,266 stars)9,474 forks (9,474 forks)batch import
component:coregood first issueimported-jira-issuepriority:minorresolution:unresolved
- Issue type
- bug
- Research direction
- The issue involves the truncated log display in Jenkins. Possible fixes include modifying console.jelly to use a line boundary offset, or modifying AnnotatedLargeText.writeHtmlTo to skip partial line, or adding an option in ConsoleAnnotationOutputStream. Start by examining the source files in the Jenkins core, particularly the 'core/src/main/java/hudson/console/' package. Review the existing comments in the issue and consider implementing one of the proposed solutions, ensuring it does not break existing tests.