Modificato Jenkinsfile

This commit is contained in:
Giuseppe Scorrano 2025-05-28 10:31:48 +02:00
parent e76722018f
commit 960388adf8

View File

@ -1,5 +1,5 @@
pipeline {
agent "built-in"
agent label "built-in"
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))