From 8493f4474885a92ecd5628f64385a491c2fd8db4 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 26 Jul 2026 23:56:13 +0100 Subject: [PATCH] Delete builds older than 25. --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8f3577f..b6f7a91 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,7 @@ +properties([ + buildDiscarder(logRotator(numToKeepStr: '25')) +]) + pipeline { agent { label 'ubuntu'