Fix syntax error
This commit is contained in:
parent
12336868b7
commit
8e6fad12c0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
options {
|
||||
buildDiscarder(
|
||||
logRotator(
|
||||
numToKeep: '5'
|
||||
numToKeepStr: '5'
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue