This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
commit 67c3687984a41960969d6a50e7e3796ced057524 Author: Mick Semb Wever <[email protected]> AuthorDate: Mon Jan 18 09:42:28 2021 +0100 In Jenkins lower artifactNumToKeep from 10 to 5 --- jenkins-dsl/cassandra_job_dsl_seed.groovy | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy index 2b5eca6..2690ed4 100644 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -99,7 +99,7 @@ matrixJob('Cassandra-template-artifacts') { compressBuildLog() logRotator { numToKeep(10) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -194,7 +194,7 @@ matrixJob('Cassandra-template-test') { compressBuildLog() logRotator { numToKeep(10) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -283,7 +283,7 @@ matrixJob('Cassandra-template-dtest-matrix') { compressBuildLog() logRotator { numToKeep(10) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -369,7 +369,7 @@ matrixJob('Cassandra-template-cqlsh-tests') { compressBuildLog() logRotator { numToKeep(10) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -648,7 +648,7 @@ matrixJob('Cassandra-devbranch-artifacts') { compressBuildLog() logRotator { numToKeep(90) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -733,7 +733,7 @@ testTargets.each { compressBuildLog() logRotator { numToKeep(90) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -835,7 +835,7 @@ dtestTargets.each { compressBuildLog() logRotator { numToKeep(90) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { @@ -944,7 +944,7 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') { compressBuildLog() logRotator { numToKeep(90) - artifactNumToKeep(10) + artifactNumToKeep(5) } wrappers { timeout { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
