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