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