Update Jenkinsfile to reduce build log retention from 20 to 10 builds for improved resource management
This commit is contained in:
parent
00f55d44bf
commit
0b98d8041e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
|||||||
properties([
|
properties([
|
||||||
buildDiscarder(logRotator(numToKeepStr: '20'))
|
buildDiscarder(logRotator(numToKeepStr: '10'))
|
||||||
])
|
])
|
||||||
|
|
||||||
def deploy() {
|
def deploy() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user