Jenkins: set discarder

This commit is contained in:
Andrew Dolgov 2022-10-02 19:20:10 +03:00
parent 68dee45782
commit bbb47b5d62
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

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