Hello, we have complex build system and some of our jobs (few in each branch) perform tests during build. Results of those tests are saved to log/result files (each test-one file) which we need to analyze time to time. Since now we have been doing that with rsync all those files (from all slaves to master) to one directory with Tomcat publishing them and there was then URL (just simply with the name of the file) in the jenkins' job log to access those.
The problem is that our build system is growing and there are too many of these files in the folder (millions) and it causes problem to the filesystem. When we regularly delete them (let's say only younger than 30 days stay), then we sometimes loose also the useful ones which we would rather keep longer or 'forever'. Would anyone have any idea how to keep these log files along with the specific build and still be able to access them easily like now? Maybe some plugin..like log publisher (Icouldn't find any)? Any hints and suggestions would be highly appreciated, Best, Radka -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/38d0def2-8963-4f7f-a05a-31796b8960af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
