Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: docker-plugin
-
Labels:
-
Similar Issues:
Description
MappedFsWorkspaceBrowser uses this to calculate the workspace directory of a job:
new FilePath(getFile(new File(action.remoteFsMapping), "workspace", job.getName()))
This works fine for toplevel jobs, but not for jobs whose directory is one or more sub directories below the "workspace" directory.
Attachments
Issue Links
- relates to
-
JENKINS-47576 Use volume for agent workspace and mount in a temporary container as "offline browser"
-
- Open
-
PR #473 is far from being enough to get this feature working correctly.
This mechanism assumes a local docker daemon, a better approach would be to use a volume and run a temporary container with this volume for file browsing.
So this is a larger issue