SWS-1068 - Limit number of past build jobs retained.

This commit is contained in:
Greg Turnquist
2019-08-23 16:41:37 -05:00
parent 7d41dc1bc6
commit 7228b4c5dd

1
Jenkinsfile vendored
View File

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