diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-10-02 19:20:10 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-10-02 19:20:10 +0300 |
| commit | bbb47b5d62204e657c470724c981f0527772baae (patch) | |
| tree | 704cbafa9c8218b9ae847ff4ad79a184bfa64478 | |
| parent | 68dee4578230306da895d5090b7997d8dd23952e (diff) | |
Jenkins: set discarder
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 450668315..9bd7e1395 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + options { + buildDiscarder(logRotator(numToKeepStr: '5')) + } + stages { stage('phpunit') { steps { |