-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When Jenkins master run inside a container and uses local executor, can't use docker-custom-build-environment as build container can't bind-mount the workspace and temp dir.
Possible solution is to run the build container with `--volume-from` so it can access master's JENKINS_HOME.
- is related to
-
JENKINS-29194 doesn't work with remote docker servers
-
- Closed
-
[JENKINS-29239] Doesn't work when Jenkins itself is containerized
Link |
New:
This issue is related to |
Hello ndeloof
You tell about --volume-from, you mean docker run --volumes-form $BUILD_CONTAINER_ID?