chore_: revert keep more builds
This commit is contained in:
parent
da0984a38c
commit
9c832fad53
|
@ -24,9 +24,9 @@ pipeline {
|
|||
disableConcurrentBuilds()
|
||||
/* manage how many builds we keep */
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '15',
|
||||
numToKeepStr: '5',
|
||||
daysToKeepStr: '30',
|
||||
artifactNumToKeepStr: '15',
|
||||
artifactNumToKeepStr: '1',
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue