-
Bug
-
Resolution: Fixed
-
Minor
-
None
The current default /home/jenkins causes some issues in some scenarios:
When building a docker image with kaniko that is actually a jnlp agent image, since the specified workingDir is mounted as a volume in all containers in the pod, and it is also the home directory for the jenkins user, it prevents adding any file to /home/jenkins in the docker image.
Changing the default working directory to /home/jenkins/agent should not have any downside except for users hardcoding stuff to it, while allowing this kind of scenarios in an easier way.
- causes
-
JENKINS-60977 Setting working directory to '/home/jenkins' does not persist
-
- Reopened
-
-
JENKINS-58766 kubernetes-plugin access denied after update to 1.18.0
-
- Closed
-
- links to
[JENKINS-58705] Change default working dir to /home/jenkins/agent
Assignee | Original: Carlos Sanchez [ csanchez ] | New: Vincent Latombe [ vlatombe ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR #559 (Web Link)" [ 23307 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Link |
New:
This issue causes |