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