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 {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'ubuntu'
|
label 'ubuntu'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user