From cc2cf033fce2412f7804401fc1094320232fd7e0 Mon Sep 17 00:00:00 2001 From: codex Date: Mon, 20 Apr 2026 12:27:22 -0300 Subject: [PATCH] ci: enforce 30d build and artifact retention --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 835599c..f82c5f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,6 +46,7 @@ spec: options { disableConcurrentBuilds() + buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '200', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '120')) } triggers {