diff --git a/Jenkinsfile b/Jenkinsfile index d14e23e2..68c0e01a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"]) {