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