This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 638d011a8 Discard Jenkins build workspace after 30 days (#2806)
638d011a8 is described below
commit 638d011a8e90ff500754b4d2f63b0746a2e3c624
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Jun 22 16:13:26 2026 +0200
Discard Jenkins build workspace after 30 days (#2806)
---
.jenkins.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jenkins.groovy b/.jenkins.groovy
index 60619c1da..7a0a8df9d 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -29,7 +29,7 @@ pipeline {
options {
// When we have test-fails e.g. we don't need to run the remaining
steps
skipStagesAfterUnstable()
- buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'5'))
+ buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'5', daysToKeepStr: '30'))
}
stages {