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

This commit is contained in:
Tom Butcher 2026-07-26 23:56:13 +01:00
parent ef5cfd34e4
commit 8493f44748

4
Jenkinsfile vendored
View File

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