From 5c8d4d2288b7a82630a4b60f04c3e63aef78ef2b Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 8 Nov 2017 16:09:32 +0100 Subject: [PATCH] fix x scripted syntax... --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 82c7dc41..98aef532 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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... */