ci: enforce 30d build and artifact retention
This commit is contained in:
parent
5cec7b15c5
commit
30d2237116
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -53,6 +53,7 @@ spec:
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(daysToKeepStr: '30', numToKeepStr: '200', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '120'))
|
||||
}
|
||||
|
||||
triggers {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user