When I was using Pipeline with Jenkins2, I suddenly noticed that the workspace was not displayed in the GUI. It was convenient to drop the artifacts made by the build locally, but I thought that, so I made a note.
It was convenient to access immediately ...
Transition to the job execution result page
Click Pipeline Steps
Click Allocate node: Start
It was here!
That's because the workspace is created for each node. (Pipeline job can create multiple nodes) I understand the theory, but I wish there were as many workspaces as there were nodes in the menu.
https://issues.jenkins-ci.org/browse/JENKINS-33839 https://www.selikoff.net/2016/07/10/workspace-jenkins-pipelines/