From 9d8228419c471f83cd953f43bff2552d0e49b3fa Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Wed, 28 May 2025 11:25:14 +0200 Subject: [PATCH] Modificato Jenkinsfile --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index fd656afa..1c180ff2 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -4,7 +4,7 @@ pipeline { } options { - buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + buildDiscarder(logRotator(numToKeepStr: '30', artifactNumToKeepStr: '10')) disableConcurrentBuilds() }