Fix syntax
This commit is contained in:
parent
cd14b79523
commit
260547f9a0
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -2,11 +2,11 @@ pipeline {
|
|||
agent any
|
||||
|
||||
options {
|
||||
buildDiscarder {
|
||||
buildDiscarder(
|
||||
logRotator(
|
||||
numToKeepStr: '5'
|
||||
)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue