×
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 ...
Missing: p4 | Show results with:p4
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 ...
Missing: p4 | Show results with:p4
Persist artifacts and console output for the specific number of recent Pipeline runs. For example: options { buildDiscarder(logRotator(numToKeepStr: '1')) }.
Missing: p4 | Show results with:p4
My question is related to the buildDiscarder option. I am aware that jenkins core contains the LogRotator as a default buildDiscarder extension ...
Missing: p4 | Show results with:p4
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Missing: p4 | Show results with:p4
Sep 27, 2022 · I am looking at clearing down our instance. From what I can see from digging around JENKINS_HOME we have one key directory that consumes the ...
Missing: p4 | Show results with:p4
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 ...
Missing: p4 | Show results with:p4
Feb 10, 2017 · ... (4) steps ... This overrides the default behavior from the Multibranch parent of this Pipeline. 4 ... (logRotator(numToKeepStr:'10')) } stages ...
Missing: p4 | Show results with:p4
Jun 22, 2023 · 90 percent of our Jenkins job DONOT have log rotation build discarder while 10 percent has. ... June 22, 2023, 4:21pm 2. Go to manage Jenkins ...
Missing: p4 | Show results with:p4
Jan 26, 2023 · I'm trying to write a pipeline that pulls code from a Bitbucket repo, build it, package it into an RPM, and then pushes the RPM to a Nexus ...
Missing: p4 | Show results with:p4