Fix syntax error

This commit is contained in:
zontreck 2024-08-27 15:20:30 -07:00
parent 12336868b7
commit 8e6fad12c0

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
options { options {
buildDiscarder( buildDiscarder(
logRotator( logRotator(
numToKeep: '5' numToKeepStr: '5'
) )
) )
} }