Fix syntax

This commit is contained in:
zontreck 2024-09-03 14:03:09 -07:00
parent cd14b79523
commit 260547f9a0

4
Jenkinsfile vendored
View file

@ -2,11 +2,11 @@ pipeline {
agent any
options {
buildDiscarder {
buildDiscarder(
logRotator(
numToKeepStr: '5'
)
}
)
}
stages {