aggiunta regola x discard build precedenti... proviamo...

This commit is contained in:
Samuele E. Locatelli
2017-11-08 16:05:36 +01:00
parent 0d6f2d4223
commit 87afda6b47
Vendored
+1
View File
@@ -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... */