aggiunta regola x discard build precedenti... proviamo...
This commit is contained in:
Vendored
+1
@@ -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... */
|
||||
|
||||
Reference in New Issue
Block a user