Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:AIX
-
Complexity:Intermediate
Description
I am finding files named "maven-artifactNNNNN.tmp" in the /tmp directory of the CI box. There gets to be so many that simple
"rm -f maven-artifact*.tmp" fails due to too many files in list matching the pattern. I have to use a "find...-exec rm" to get it
cleaned up. It looks like continuum is creating these files on build completion for each project it builds. They appear to have a
hex checksum hash in them and they are about 32 or 40 bytes in size.
Issue Links
- duplicates
-
CONTINUUM-835
temp files not cleaned up
-