diff --git a/Jenkinsfile b/Jenkinsfile index b99d5aa..f905b7e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,10 @@ pipeline { agent any + + options { + buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + } + stages { stage('Tier 1 - Chicken') { steps {