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