Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Default behaviour of Jenkins for keeping builds and artifacts

Tags:

jenkins

Does Jenkins by default keeps all the builds and artifacts generated in each build. Or it deletes them after a certain period of time. I know I can configure the "Discard Old builds" option, but I want to know the Jenkins default behavior.

like image 627
Mahtab Alam Avatar asked Oct 25 '25 12:10

Mahtab Alam


1 Answers

Default is to keep all builds and artifacts. Might add that I don't know of any plugin which alters this default behavior.

like image 181
Jon S Avatar answered Oct 28 '25 03:10

Jon S