Skip to content

Commit

Permalink
Chore: keep test artifacts for six months (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: DhruvJ225 <[email protected]>
  • Loading branch information
DhruvJ225 authored Feb 16, 2024
1 parent be7aef6 commit be8b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/weekly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
options {
timestamps()
ansiColor('xterm')
buildDiscarder(logRotator(numToKeepStr: '10'))
buildDiscarder logRotator(artifactDaysToKeepStr: '185', artifactNumToKeepStr: '', daysToKeepStr: '185', numToKeepStr: '')
disableConcurrentBuilds()
lock(resource: "full-regression-suite")
}
Expand Down

0 comments on commit be8b5cf

Please sign in to comment.