diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 79f7749d66..20397c8afd 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -18,6 +18,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', + artifactNumToKeepStr: '3', )) } diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 97286b6f23..da73f38a87 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -13,6 +13,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', + artifactNumToKeepStr: '3', )) } diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 67614347f3..289546aa57 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -11,6 +11,7 @@ pipeline { buildDiscarder(logRotator( numToKeepStr: '10', daysToKeepStr: '30', + artifactNumToKeepStr: '3', )) }