From 87afda6b47b02f562a9c9080b355438b746d00a7 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 8 Nov 2017 16:05:36 +0100 Subject: [PATCH] aggiunta regola x discard build precedenti... proviamo... --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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... */