What is the best way to globally enforce a retention of jenkins build history across all Jenkins jobs.
90 percent of our Jenkins job DONOT have log rotation build discarder while 10 percent has. Our Jenkins controller consistently hitting full capacity. We need to have 90days retention for all builds except users want it extended.
Go to manage Jenkins → Configure
Look for “Global Build Discarders” and add a “Specific Build Discarder” where you configure the global settings.
Thanks for the swift feedback. This will be enforced on all existing and new pipelines right?
secondly, if a user requires retention period of more than the 90days for a particular Job, if log rotation build discarder is configured for the job, which one will take effect on the pipeline? Is it the global build discarder or the build discarder configured for that particular job?