ci: enforce 30d build and artifact retention

This commit is contained in:
codex 2026-04-20 12:27:22 -03:00
parent b942f823d9
commit cc2cf033fc

1
Jenkinsfile vendored
View File

@ -46,6 +46,7 @@ spec:
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '200', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '120'))
}
triggers {