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.