Keep fewer builds in the Jenkins history
This commit is contained in:
parent
814c1ad679
commit
416eeafaa2
|
@ -53,7 +53,7 @@ stage('Configure') {
|
|||
}
|
||||
properties([
|
||||
buildDiscarder(
|
||||
logRotator(daysToKeepStr: '90')
|
||||
logRotator(daysToKeepStr: '30', numToKeepStr: '10')
|
||||
),
|
||||
// If two builds are about the same branch or pull request,
|
||||
// the older one will be aborted when the newer one starts.
|
||||
|
|
Loading…
Reference in New Issue