-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.32.2
BlueOcean 1.0.0-b21
-
-
iapetus
Scope
- Show complete log button should only show the complete log for that step
Original request
"Show complete log" button will take me to plain text and it really hard to parse the information when pipeline steps are executed in parallel. Blue Ocean makes it easy to see steps with the UI diagram but truncating the log makes it impossible to find the error inside of blue ocean UI. Going into pain text requires downloading the logs and parsing the information by cat <log> | grep "[stage name]" this makes it really difficult to find issues.
- duplicates
-
JENKINS-40526 Developer would like to get the logs for a stage or parallel
-
- Resolved
-
[JENKINS-41717] Blue Ocean - Steps section should show full log for given step.
Summary | Original: Blue Ocean - Steps section should show full log for the given step. | New: Blue Ocean - Steps section should show full log for given step. |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Duplicate [ 3 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Description | Original: "Show complete log" button will take me to plain text and it really hard to parse the information when pipeline steps are executed in parallel. Blue Ocean makes it easy to see steps with the UI diagram but truncating the log makes it impossible to find the error inside of blue ocean UI. Going into pain text requires downloading the logs and parsing the information by cat <log> | grep "\[stage name\]" this makes it really difficult to find issues. |
New:
*Scope* * Show complete log button should only show the complete log for that step *Original request* "Show complete log" button will take me to plain text and it really hard to parse the information when pipeline steps are executed in parallel. Blue Ocean makes it easy to see steps with the UI diagram but truncating the log makes it impossible to find the error inside of blue ocean UI. Going into pain text requires downloading the logs and parsing the information by cat <log> | grep "\[stage name\]" this makes it really difficult to find issues. |
Epic Link | New: JENKINS-35750 [ 171713 ] |
Sprint | New: iapetus [ 216 ] | |
Assignee | New: Thorsten Scherler [ tscherler ] | |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
shahmishal we will be fixing this as part of
JENKINS-40526