On the Jenkins project web page, a Pipeline does not offer its workspace.
Please propagate and enable browsing of the workspace of the Pipeline.
- duplicates
-
JENKINS-26138 Support workspaces for Pipeline jobs
-
- In Review
-
- is blocking
-
JENKINS-34321 Browse Workspace is near impossible to find
-
- Closed
-
[JENKINS-33839] Pipeline workspace is not browsable via pipeline page
Epic Link |
New:
|
Component/s | New: workflow-plugin [ 18820 ] | |
Component/s | Original: pipeline-view-plugin [ 21435 ] |
Assignee | Original: Sergei Egorov [ bsideup ] | New: Jesse Glick [ jglick ] |
Epic Link |
Original:
|
It's a bit complicated, because Pipeline does not have workspace by default. On the other hand, it may utilize multiple workspaces by calling node() and workspace() multiple times.
Anyway, I'll fix the component