From b960b6319ae7670ec4d62479d16a895074a99f4e Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Wed, 28 May 2025 10:40:47 +0200 Subject: [PATCH] Modificato Jenkinsfile --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 1833ba33..7076c7ec 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,5 +1,5 @@ pipeline { - node 'master' + agent 'master' options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))