diff --git a/Jenkinsfile b/Jenkinsfile index 82c7dc41..98aef532 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,8 +37,8 @@ pipeline { agent any steps { script { - options { buildDiscarder(logRotator(numToKeepStr: '30')) } - // properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '30', artifactNumToKeepStr: '30', daysToKeepStr: '30', numToKeepStr: '30')), pipelineTriggers([])]) + // options { buildDiscarder(logRotator(numToKeepStr: '30')) } + properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '30', artifactNumToKeepStr: '30', daysToKeepStr: '30', numToKeepStr: '30')), pipelineTriggers([])]) } script { /* compilo installers in base al BRANCH del cliente... */