Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hudson Free Temp Space location

I have just installed Hudson on a Weblogic server and I am having issues with the nodes going off line due to the Free Temp Space falling below the 1gig threshold. Now I have checked my /tmp folder (thinking Hudson uses that) but it is sitting at 10gigs free.

Would anybody be able to point me to the folder Hudson uses? Also I am using a SunOS box.

like image 756
Kevin Avatar asked May 27 '10 15:05

Kevin


People also ask

How do I fix Jenkins disk space is too low?

Make sure you understand what is the disk output of your build - if possible - restrict the output to happen only to the job workspace. Use workspace cleanup plugin to cleanup the workspace as post build step. If the process must write some data to external folders - clean them up manually on post build steps.

How do I check Jenkins server space?

You can see project list with occupied disk space by going to the "Disk Usage" page in the management section (Dashboard -> "Manage Jenkins" -> "Disk Usage").


1 Answers

In the web interface go to the node's SystemInfo page (http://hudsonserver/systemInfo)and it will tell you what temp folder it is using. Look for "java.io.tmpdir" on that page.

like image 122
The Real Bill Avatar answered Oct 07 '22 21:10

The Real Bill