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