Update Jenkinsfile

This commit is contained in:
R. Tyler Croy 2018-10-11 19:51:12 -07:00 committed by GitHub
parent 384d8c4989
commit f972a5088f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
options {
timeout(time: 1, unit: 'HOURS')
buildDiscarder(logRotator(daystokeepstr: '10'))
buildDiscarder(logRotator(daysToKeepStr: '10'))
timestamps()
}