diff --git a/Jenkinsfile b/Jenkinsfile index 2eed57a2..0768d15e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { } stage('Build') { agent any + properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '30', artifactNumToKeepStr: '30', daysToKeepStr: '30', numToKeepStr: '30')), pipelineTriggers([])]) steps { script { /* compilo installers in base al BRANCH del cliente... */