[Jenkins] Only keep last 30 artifacts
This commit is contained in:
parent
f57ca2d872
commit
325f9183a2
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -185,7 +185,8 @@ def iw4xExecutableBranch() {
|
||||
|
||||
// Job properties
|
||||
properties([
|
||||
[$class: "GitLabConnectionProperty", gitLabConnection: "sr0"]
|
||||
[$class: "GitLabConnectionProperty", gitLabConnection: "sr0"],
|
||||
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '30'))
|
||||
])
|
||||
|
||||
gitlabBuilds(builds: ["Checkout & Versioning", "Build", "Testing", "Archiving"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user