-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
When running a blocking build trigger, you may like to see output from the downstream build inlined into the flow's output.
- is duplicated by
-
JENKINS-46311 Merge Downstream Job Logs
-
- Resolved
-
-
JENKINS-49441 Option to redirect STDOUT from Pipeline Build Step to Blue Ocean
-
- Resolved
-
-
JENKINS-37985 please allow build job:name to have console output in blueocean pipeline view
-
- Resolved
-
Are there any plans for implementing this? You have this already implemented for parallel stages which are running on multiple nodes - in our case we have parallel jobs running and the only output you get is:
You can navigate to the project and check the logs from there, but when you have 15 jobs and each one has multiple stages which you want to check it makes navigation hard as you need to click "back" button in the browser and that goes through all the pages you've visited. Maybe as a "workaround" we could create a new issue which adds a "triggered by" button which allows you to go back to the job#number which triggered the job you are currently looking (similar to "Triggered Builds" which shows when the current job triggers another job, but backwards) ?