8 留言 (8 留言)0 反應 (0 反應)0 負責人 (0 負責人)Java25,266 star (25,266 star)9,474 fork (9,474 fork)batch import
component:coregood first issueimported-jira-issuepriority:minorresolution:unresolved
- 議題類型
- bug
- 研究方向
- 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.