Aggiunto logRotator build jenkins

This commit is contained in:
2024-10-23 10:52:57 +02:00
parent 36a4c5f99e
commit d07b0b68fb

View File

@@ -1,5 +1,8 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage ('PreBuild Steps (Master)') {
when {