Skip to content

Commit

Permalink
Merge pull request #1490 from LiskHQ/1488-Jenkinsfile
Browse files Browse the repository at this point in the history
Limit number of Jenkins builds retained - Closes #1488
  • Loading branch information
Nazgolze committed Nov 20, 2018
2 parents a29e84c + d2bdac2 commit b550333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -5,6 +5,7 @@ pipeline {
agent { node { label 'lisk-hub' } }
options {
skipDefaultCheckout true
buildDiscarder(logRotator(numToKeepStr: '168', artifactNumToKeepStr: '5'))
}
stages {
stage('Clean workspace and checkout SCM') {
Expand Down

0 comments on commit b550333

Please sign in to comment.