Hi guys,
From a while It seems Jenkins is duplicating my project folder and I don’t know why. This is frustrating because the project is not so big but is multiplied several times and the disk space is getting less and less. I scare to remove the duplicated folders because I use Jenkins with Terraform and in the folders I have Terraform state files. This is test server and I have lots of builds more then thousand for testing purpose. You can see what I mean about the workspace folders below:
/var/jenkins_home/workspace/
drwxr-xr-x. 10 jenkins jenkins 16384 May 18 09:07 projects
drwxr-xr-x. 13 jenkins jenkins 16384 May 19 11:51 projects@2
drwxr-xr-x. 2 jenkins jenkins 6 May 19 12:07 projects@2@tmp
drwxr-xr-x. 2 jenkins jenkins 6 May 19 12:05 projects@tmp
Any idea how to stop this Jenkins behavior and use just the default folder of the project which is “projects” ?
[Update]
I assume it’s related to the number of executors and from time to time I ran several jobs in the same time. Is there a way without to change the executors number to run the job on the same executor?
Regards,
Ivo