bump limit for android ro 40
This commit is contained in:
parent
9b6d538e6d
commit
c11cf17009
|
@ -3,9 +3,9 @@ pipeline {
|
||||||
|
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '30',
|
numToKeepStr: '40',
|
||||||
daysToKeepStr: '30',
|
daysToKeepStr: '30',
|
||||||
artifactNumToKeepStr: '30',
|
artifactNumToKeepStr: '40',
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue