Skip to content

Commit

Permalink
Rotate on 20 last builds
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Feb 5, 2019
1 parent f64ac47 commit 849ac52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Expand Up @@ -4,6 +4,9 @@ pipeline {
maven "mvn"
jdk 'jdk8'
}
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
}
stages {
stage('Parallel Stage') {
failFast true
Expand Down

0 comments on commit 849ac52

Please sign in to comment.