From 960388adf8e16e1fe5f00e36f8a3a0931fc126b2 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Wed, 28 May 2025 10:31:48 +0200 Subject: [PATCH] Modificato Jenkinsfile --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 915a9efe..ca08e3d3 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -1,5 +1,5 @@ pipeline { - agent "built-in" + agent label "built-in" options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))