Jenkins: set discarder

This commit is contained in:
Andrew Dolgov
2022-10-02 19:20:10 +03:00
parent 68dee45782
commit bbb47b5d62

4
Jenkinsfile vendored
View File

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