Skip to content

Commit

Permalink
Update days to keep jobs/artifacts Plumber.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
aranabhat committed Nov 8, 2024
1 parent 080e70c commit a75f42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/util/Plumber.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Plumber {
def ref = dsl.SEED_JOB.scm.getBranches().get(0).getName()

logRotator {
artifactDaysToKeep(365)
daysToKeep(730)
artifactDaysToKeep(180)
daysToKeep(365)
}

definition {
Expand Down

0 comments on commit a75f42f

Please sign in to comment.