×
Oct 15, 2021 · So far I can configure Jenkins logRotator to keep the last X builds or keep the builds for the last X days. I'd like to keep builds based on ...
Aug 15, 2022 · Introduction. A global build discarder that's possible to override by adding a job specific discarder. The goal is to be able to have a global ...
Missing: /search | Show results with:/search
Dec 14, 2022 · This plugin enables detail configuration to discard old builds like using logfile size / status / days/ intervals days / build num / logfile ...
Missing: /search | Show results with:/search
Jun 15, 2023 · We have some multi-branch pipeline jobs which are set up via Jenkinsfiles. When we were setting up the jobs, we used build parameters to ...
Missing: /search | Show results with:/search
Apr 11, 2024 · Remove any builds with a build number lower than the specified value to easily discard all old builds at once. Examples. Keep 5 most recent ...
This determines when, if ever, build records for this project should be discarded. Build records include the console output, archived artifacts, and any ...
Oct 28, 2021 · When a job or build is deleted the related test results are removed. This is expected to be done as part of a 'Build Discarder'. If you wish to ...
Returns the configured build discarder for this job, via BuildDiscarderProperty , or null if none. ... Returns true if a build of this project is in progress.
Missing: example | Show results with:example
Oct 16, 2016 · Similarly a pair of milestone steps used with a lock will discard all old builds waiting for a shared resource. In this example, ...