×
Dec 14, 2022 · This plugin enables detail configuration to discard old builds like using logfile size / status / days/ intervals days / build num / logfile ...
Oct 15, 2021 · The default discarder strategy keeps the last succesful build + whatever your rules are, so if you you have your strategy to only keep 5 builds.
Nov 13, 2023 · In my Jenkins environment, build histories (console logs) of my Multibranch pipeline or normal pipelines; I want to keep it forever, how can I ...
Apr 11, 2024 · Remove any builds with a build number lower than the specified value to easily discard all old builds at once.
Aug 1, 2019 · This plugin extends the functionality of the internal build discard plugin with an option to prevent discard of builds when the job is ...
Jun 22, 2023 · Look for “Global Build Discarders” and add a “Specific Build Discarder” where you configure the global settings. Thanks for the swift feedback. ...
Nested classes/interfaces inherited from class jenkins.model.BuildDiscarder. jenkins.model.BuildDiscarder.ConverterImpl ...
Allows to build complex rules to decide which builds should be deleted from the history. Build number, age, result (status) and many more rules can be used ...
Nov 19, 2022 · I am having issue setting up build directory properly on my jenkins installation on kubernetes. It defaults to /var/log${ITEM_ROOTDIR}/builds.
Called to perform "garbage collection" on the job to discard old build records. Normally invoked automatically jobs when new builds occur. The general ...