-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
2.2.12 2.2.7
We believe that the jenkins GIT plugin requires the /tmp on the jenkins nodes to be executable. Is there anyway we can change this location as it is against our security policy to not have temp locked down.
Thanks, if a bug is not the correct method to report this I do apologise.
Thanks
Dave
- is related to
-
JENKINS-50471 Linux /tmp directory mounted noexec breaks git clone
-
- Closed
-
This is not a bug, as far as I can tell, or at least your description does not give me confidence this is a bug.
I think you want to control where the git plugin (and possibly the rest of Jenkins) writes its temporary files. Have you tried adjusting the values of the environment variables (TMP) and properties (java.io.tmpdir) from the command line, or from the environment which starts the Jenkins server and / or the relevant slave agent? Refer to stackoverflow for one source of that information.
If you have made those adjustments and still see a requirement for a specific directory, please provided a detailed list of the steps you take to show the problem. For an even better chance of having your concerns addressed, submit a pull request to the git plugin and/or git client plugin with a test which shows the failure, and a code change which fixes the failure.
If you still believe this is a bug, please provide the additional information suggested in how to report an issue