-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Blocker
-
Component/s: git-plugin
-
Environment:jenkins:2.387.1
java 8
Git Version 4.8.2
I have deployed the Jenkins container inÂ
ReadonlyRootFilesystem and Tmpfs the /tmp in cloud formation as below.Â
            "LinuxParameters" : {
              "Tmpfs": [
               Â
,
               Â
               ]
            }
But while running the git operation, the git plugin fails with an errorÂ
stderr: fatal: cannot exec '/tmp/jenkins-gitclient-pass274502099295752631.sh': Permission denied
We use a Jenkins instance in a Docker container in version 2.387.1
I done a online research and didn't found any solution for this
Â
- duplicates
-
JENKINS-50471 Linux /tmp directory mounted noexec breaks git clone
-
- Closed
-