fix x scripted syntax...
This commit is contained in:
Vendored
+2
-2
@@ -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... */
|
||||
|
||||
Reference in New Issue
Block a user