-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins version 1.624
Hello There,
I am trying to build my project using git-plugin. To build I am giving shell command as "make" which build the workspace but throws me an error:
ar: could not create temporary file whilst writing archive: No more archived files
I have tried to run make using Jenkins user using command line in the same directory and it works, so permission problem is not there.
Also I have searched on Internet and checked if Jenkins user is able to create temporary files in /tmp and it works as expected (I am not sure if this is the actual place to create those)
Please suggest what else can be done to remove this error so that I can have my first successful Jenkins build.
Regards
Amit