Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Duplicate
-
None
Description
Split from discussion in JENKINS-41200. Briefly, the failure to support standard ConsoleNote in Blue Ocean causes various problems; for example, if you use the ANSI Color plugin to colorize build output in the classic UI, this explodes in Blue Ocean. In general, lots of plugins use console notes for all sorts of reasons, and none of them work in B.O. Would be desirable to at least support basic inline HTML tags which should not in principle mess around with the different page layout in B.O. mode.
Attachments
Issue Links
- relates to
-
JENKINS-43107 Support console annotations and log stuff
-
- Resolved
-
-
JENKINS-41200 Developer can see ANSI color in log file
-
- Resolved
-
-
JENKINS-43107 Support console annotations and log stuff
-
- Resolved
-
-
JENKINS-45108 Integrate Timestamper plugin with Ocean Blue
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Assignee | Vivek Pandey [ vivek ] |
Sprint | Blue Ocean 1.3 - beta 1 [ 386 ] |
Epic Link | JENKINS-35759 [ 171771 ] |
Link |
This issue relates to |
Assignee | Vivek Pandey [ vivek ] |
Sprint | Blue Ocean 1.3 - beta 1 [ 386 ] | Blue Ocean 1.4 [ 311 ] |
Comment |
[ The standard "console api" is a total disaster, having had a closer look. The logs are mutated in ways that strip the original ansi colours, and if one is to remove plugins... (josh has a write up). They are just terrible, terrible things. More investigation needed. Blue ocean is not going to inject random html made by these things. ] |
Link |
This issue relates to |
Sprint | Blue Ocean 1.5 - candidates [ 311 ] |
Rank | Ranked higher |
Link |
This issue relates to |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
jglick in what way does it blow up?
Unfortunately injecting any elements that way is going to not play with react nicely.