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

SiyaoIsHiding pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git


The following commit(s) were added to refs/heads/4.x by this push:
     new e15da70e9 CASSJAVA-131: Add Retention Requirement to Jenkinsfile-asf 
patch by Jane He; reviewed by Michael Semb Wever
e15da70e9 is described below

commit e15da70e9fe2856bbcb27ab141b755440ca39ca9
Author: Jane He <[email protected]>
AuthorDate: Tue Aug 11 10:47:06 2026 -0700

    CASSJAVA-131: Add Retention Requirement to Jenkinsfile-asf
    patch by Jane He; reviewed by Michael Semb Wever
---
 Jenkinsfile-asf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile-asf b/Jenkinsfile-asf
index 4b5041903..0abeb4388 100644
--- a/Jenkinsfile-asf
+++ b/Jenkinsfile-asf
@@ -29,6 +29,10 @@ pipeline {
         cron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? 
'@weekly' : '')
     }
 
+    options {
+        buildDiscarder(logRotator(daysToKeepStr: '60', numToKeepStr: '30'))
+    }
+
     stages {
         stage('Matrix') {
             matrix {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to