-
Story
-
Resolution: Won't Fix
-
Major
Jenkins has "console annotators" that affect how it wishes a log line to be displayed (html markup).
When browser requests log, Jenkins reads the log file off disk and gives chance to ConsoleAnnotator to annotate each log line with HTML markup. For example UrlConsoleAnnotator puts hyperlink markup (<a href=...>) on each URL string. Also see AnnotatedLargeText.
Not relevant to UI team but from log producer point of view, when Jenkins is writing log files, each log producer (filters) can provide their own ConsoleNote to generate annotated logs. For example WorkflowRunConsoleNote prefixes [Pipeline] to each workflow metadata related logs written by it.
- relates to
-
JENKINS-43107 Support console annotations and log stuff
-
- Resolved
-
[JENKINS-35816] Log viewer to accomodate console annotators
Epic Link | New: UX-137 [ 25631 ] |
Project Import | New: Tue Jun 14 12:50:41 JST 2016 [ 1465876241198 ] |
Project Import | New: Wed Jun 15 02:53:18 UTC 2016 [ 1465959198925 ] |
Labels | New: blueocean-imported |
Component/s | New: blueocean-plugin [ 21481 ] | |
Key |
Original:
|
New:
|
Workflow | Original: Product Backlog April 2016 V2 [ 172321 ] | New: JNJira [ 172436 ] |
Project | Original: User Experience [ 10600 ] | New: Jenkins [ 10172 ] |
Status | Original: To Do [ 10003 ] | New: Open [ 1 ] |
Priority | Original: Medium [ 3 ] | New: Major [ 10000 ] |
vpandey jdumay this was brought up when people were looking at the current version of blue ocean logs.
There seems to be an expectation that console annotators will be honoured in blue ocean - is this fair to say?