-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.2-beta3
Problem
When viewing the logs for a run, a step with a very long string for description will truncate but not show the ellipsis.
There also seems to be some strange resizing behaviours https://cl.ly/291x3T3l0x11
Repro Steps
- Create a multibranch project with a Jenkinsfile that has a very long step description, such as echo'ing a long string. Ex: https://github.com/histos/karaoke-samples/blob/step-description-long/Jenkinsfile
- Let the job run
- Open the run details
Expected Behavior
The step description should truncate and show an ellipsis.
Actual Behavior
The step description truncates but does not show an ellipsis.
Notes
The layout is flexbox based and there appear to be known issues with using flexbox along with white-space: nowrap. Check out the tables work being done by Josh should probably yield a basic CSS layout that should work.
- is related to
-
JENKINS-37324 We would like a more meaningful description of a step
-
- Closed
-
- links to
[JENKINS-44718] Step description does not show ellipsis when truncated
Link |
New:
This issue is related to |
Epic Link | New: JENKINS-43955 [ 181487 ] |
Sprint | New: Blue Ocean 1.2 [ 326 ] |
Sprint | Original: Blue Ocean 1.2 [ 326 ] | New: Blue Ocean 1.2-beta1 [ 336 ] |
Rank | New: Ranked lower |
Assignee | New: Nicolae Pascu [ nicu ] |
Sprint | Original: Blue Ocean 1.2-beta1 [ 336 ] | New: Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2 [ 336, 341 ] |
Rank | New: Ranked higher |
Rank | New: Ranked higher |
Description |
Original:
*Problem* When viewing the logs for a run, a step with a very long string for description will truncate but not show the ellipsis. *Repro Steps* # Create a multibranch project with a Jenkinsfile that has a very long step description, such as echo'ing a long string. Ex: https://github.com/histos/karaoke-samples/blob/step-description-long/Jenkinsfile # Let the job run # Open the run details *Expected Behavior* The step description should truncate and show an ellipsis. *Actual Behavior* The step description truncates but does not show an ellipsis. *Screenie* !step-description-truncate-no-ellipsis.png|thumbnail! *Notes* The layout is flexbox based and there appear to be known issues with using flexbox along with white-space: nowrap. Check out the tables work being done by Josh should probably yield a basic CSS layout that should work. |
New:
*Problem* When viewing the logs for a run, a step with a very long string for description will truncate but not show the ellipsis. There also seems to be some strange resizing behaviours https://cl.ly/291x3T3l0x11 *Repro Steps* # Create a multibranch project with a Jenkinsfile that has a very long step description, such as echo'ing a long string. Ex: https://github.com/histos/karaoke-samples/blob/step-description-long/Jenkinsfile # Let the job run # Open the run details *Expected Behavior* The step description should truncate and show an ellipsis. *Actual Behavior* The step description truncates but does not show an ellipsis. *Screenie* !step-description-truncate-no-ellipsis.png|thumbnail! *Notes* The layout is flexbox based and there appear to be known issues with using flexbox along with white-space: nowrap. Check out the tables work being done by Josh should probably yield a basic CSS layout that should work. |