#838 - Set build retainer policy.

This commit is contained in:
Greg Turnquist
2019-07-03 10:31:22 -05:00
parent ada6a3ed27
commit f617e2d679

1
Jenkinsfile vendored
View File

@@ -8,6 +8,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '14'))
}
stages {