Google
×
Aug 15, 2022 ˇ 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 sensible ...
Called to perform "garbage collection" on the job to discard old build records. Normally invoked automatically jobs when new builds occur. The general ...
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 ...
Adds a global build discarder that's possible to override with a project specific discarder ... discarder: logRotator: artifactNumToKeepStr: "10" numToKeepStr: " ...
This extension point allows plugins to implement a different strategy to decide what builds to discard and what builds to keep. ... logRotator used to be typed as ...
Missing: discarder | Show results with:discarder
Returns the configured build discarder for this job, via BuildDiscarderProperty , or null if none. ... LogRotator. Default implementation of ...
Oct 12, 2021 ˇ Hello, I have taken over a project and find that old jobs are not discarded which fills up disk space. As a consequence I have to delete old ...
Aug 24, 2022 ˇ I want to delete logs only if the build succeeds and to hold onto failed logs. I've used the following settings in the GUI for Enhanced Log ...
Aug 1, 2019 ˇ ... discard. The plugin is configured as a build rotation strategy labelled *Enhanced Log Rotator *in the internal Discard old builds feature.
Feb 24, 2022 ˇ So I try to change the days to keep build and max % of builds to keep in my pipeline ( screenshoot 1) but after I change into the new one ...