diff --git a/Jenkinsfile b/Jenkinsfile index d0675c3..160d309 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,7 @@ +properties([ + buildDiscarder(logRotator(numToKeepStr: '25')) +]) + pipeline { agent { label 'ubuntu'