Skip to content

Commit

Permalink
Limit Jenkins build retention
Browse files Browse the repository at this point in the history
  • Loading branch information
lovett committed Jun 22, 2018
1 parent ee178a9 commit d4a11ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -5,6 +5,7 @@ pipeline {

options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10'))
}


Expand Down

0 comments on commit d4a11ad

Please sign in to comment.