A pipeline can have multiple workspaces e.g when it uses 'ws' directive.
Currently to access those workspaces user needs to dig into pipeline steps and search for "Alocate node : start" on a tree of steps. Depending on the pipeline this tree may have dozens of nodes.
It is almost impossible to browse all workspaces easilly. If you google "jenkins pipeline workspace" you'll see the pain of most users.
We need a way to browse all workspaces easily.
- relates to
-
JENKINS-26138 Support workspaces for Pipeline jobs
- In Review