reduce history
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
4b5cb63739
commit
824c1b1728
|
@ -36,7 +36,7 @@ pipeline {
|
|||
label "${LABEL}"
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
|
||||
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr: '5'))
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue