Delete builds older than 25.
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-07-26 23:56:15 +01:00
parent e1b6814efd
commit b04030cdf1

4
Jenkinsfile vendored
View File

@ -1,3 +1,7 @@
properties([
buildDiscarder(logRotator(numToKeepStr: '25'))
])
pipeline {
agent {
label 'ubuntu'