-
Story
-
Resolution: Unresolved
-
Minor
-
-
Blue Ocean 1.4 - beta 1
jamesdumay added recently description display to blue ocean in JENKINS-41769. Unfortunately it is not rendering build description property in consistent manner. The build property is multi-line and supports HTML content, while its blue ocean presentation expects single-line and plain text.
I was already using this property, filling it with html tables, links and images, and now at blue ocean it presents itself as HTML source.
Possible solutions:
- allow to disable display of description in blue ocean
- make the blue ocean description rendered in same manner as it is in other parts of Jenkins
- make the blue ocean description relay on other property, i.e. Summary, Brief, Note
- is duplicated by
-
JENKINS-55599 Blue Ocean markup formatter
-
- Open
-
- relates to
-
JENKINS-41769 Developer can see a description for a pipeline run
-
- Resolved
-
- links to
- mentioned in
-
Page Failed to load
[JENKINS-45719] Description for a pipeline run is not compatible and cannot be disabled
Epic Link | New: JENKINS-43952 [ 181484 ] |
Description |
Original:
[~jamesdumay] added recently description display to blue ocean in < I'm already using this property, filling it with html tables, links and images, now at blue ocean it presents itself as HTML source. Possible solutions: * allow to disable display of description in blue ocean * make the blue ocean description rendered in same manner as it is in other parts of jenkins * make the blue ocean description relay on other property, i.e. Summary, Brief, Note |
New:
[~jamesdumay] added recently description display to blue ocean in - I was already using this property, filling it with html tables, links and images, and now at blue ocean it presents itself as HTML source. Possible solutions: * allow to disable display of description in blue ocean * make the blue ocean description rendered in same manner as it is in other parts of Jenkins * make the blue ocean description relay on other property, i.e. Summary, Brief, Note |
Description |
Original:
[~jamesdumay] added recently description display to blue ocean in - I was already using this property, filling it with html tables, links and images, and now at blue ocean it presents itself as HTML source. Possible solutions: * allow to disable display of description in blue ocean * make the blue ocean description rendered in same manner as it is in other parts of Jenkins * make the blue ocean description relay on other property, i.e. Summary, Brief, Note |
New:
[~jamesdumay] added recently description display to blue ocean in I was already using this property, filling it with html tables, links and images, and now at blue ocean it presents itself as HTML source. Possible solutions: * allow to disable display of description in blue ocean * make the blue ocean description rendered in same manner as it is in other parts of Jenkins * make the blue ocean description relay on other property, i.e. Summary, Brief, Note |
Link |
New:
This issue relates to |
Attachment | New: 2017_09_13_12_02_34_CAF_TestJob_Jenkins_.png [ 39681 ] |
Attachment | New: 2017_09_13_15_03_04_CAF_CPP01_Jenkins_.jpg [ 39688 ] |
Attachment | Original: 2017_09_13_12_02_34_CAF_TestJob_Jenkins_.png [ 39681 ] |
HTML in the build description is pretty commonly used. The GitHub PR Builder plugin uses it for linking back to PRs for example. We've used it in our system for many other things like linking to Gerrit patches, or to JIRA tickets tracking analysis of job failures.