You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/01/11 12:05:37 UTC

[cassandra-builds] branch master updated: Discard built artefacts sooner. No one uses Cassandra artefacts built by Jenkins.

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d83f33  Discard built artefacts sooner. No one uses Cassandra artefacts built by Jenkins.
0d83f33 is described below

commit 0d83f33299075a364743100f518b5c5bf6e3dbd7
Author: mck <mc...@apache.org>
AuthorDate: Sat Jan 11 11:53:07 2020 +0100

    Discard built artefacts sooner. No one uses Cassandra artefacts built by Jenkins.
    
    ref:
     - https://lists.apache.org/thread.html/r0dea866e2708d4c6fd7ef8af46c938960631aac13d6822d7abcc5284%40%3Cdev.cassandra.apache.org%3E
     - https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.jobs.FreeStyleJob.logRotator
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index bf665bd..c4d72c7 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -418,6 +418,7 @@ testTargets.each {
         label(slaveLabel)
         logRotator {
             numToKeep(50)
+            artifactNumToKeep(3)
         }
         wrappers {
             timeout {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org