diff --git a/Jenkinsfile b/Jenkinsfile index 78efe9f8..31563d13 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '10']]]) + node('master') { stage 'Pull changes' checkout scm