Delete builds older than 25.
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
This commit is contained in:
parent
e1b6814efd
commit
b04030cdf1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,3 +1,7 @@
|
||||
properties([
|
||||
buildDiscarder(logRotator(numToKeepStr: '25'))
|
||||
])
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
label 'ubuntu'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user