Some of our job pipelines have multiple stages that run in parallel on multiple agents.
The resulting console view mixes the consoles of all agents together - though it does indicate which agent the console text is from.
Is there any way to get a view of the console text from just a specific agent?
The Pipeline Graph View plugin might be what you are looking for. Pipeline Graph View
1 Like
I think that has what I wanted - though it’s a bit odd in that the description of the plugin doesn’t seem to include several of the views it provides.
1 Like
You can submit a PR for the description to help the next person
# Pipeline Graph View Plugin (alpha)
## Introduction
This plugin provides new Action and View to view a `WorkflowRun` via the "Pipeline Graph" visualization that was popularized in the [Blue Ocean plugin](https://github.com/jenkinsci/blueocean-plugin).
_Disclaimer: this is currently an alpha, please raise an issue with any pipelines that don't display correctly (and do work in Blue Ocean)._
## Getting started
1. Install the `pipeline-graph-view` plugin
2. Go to a pipeline run (not a job page)
3. Click 'Pipeline Graph'
## Screenshots

Basic pipeline:
This file has been truncated. show original
1 Like