Aggiunto logRotator build jenkins

This commit is contained in:
2024-10-23 11:14:25 +02:00
parent 852442adfc
commit 304b0909c5

View File

@@ -3,6 +3,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage ('PreBuild Steps (Master)') {
when {