diff --git a/Jenkinsfile b/Jenkinsfile index 56f298717..ca7548d2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,14 @@ def infra node(){ + properties([ + buildDiscarder( + logRotator( + daysToKeepStr: "28", + numToKeepStr: "500") + ) + ]) + checkout scm infra = load '/var/lib/jenkins/workspace/itop-test-infra_master/src/Infra.groovy'