Update build discarder configuration in Jenkinsfile to retain the last 20 builds, improving build management.
This commit is contained in:
parent
22c96768a5
commit
20080929f9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
properties([
|
||||
buildDiscarder(logRotator(numToKeepStr: '25'))
|
||||
buildDiscarder(logRotator(numToKeepStr: '20'))
|
||||
])
|
||||
|
||||
def writeBuildMetadata() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user