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