Discard old builds

This commit is contained in:
retropikzel 2024-09-06 08:56:58 +03:00
parent 7429d732e3
commit 5d2138c6d0
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage('Tier 1 - Chicken') {
steps {