diff --git a/Jenkinsfile b/Jenkinsfile index 06f69dc..0eaabd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,8 +145,6 @@ pipeline { always { /* invio email se ci sono errori... */ step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'info@steamware.net', sendToIndividuals: true]) - /* elimina build precedenti */ - properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '5', numToKeepStr: '5')), pipelineTriggers([])]) } } } \ No newline at end of file