Jenkins: set discarder

pull/5/head
Andrew Dolgov 2 years ago
parent 30754457e9
commit 7baa6b407f
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

4
Jenkinsfile vendored

@ -1,6 +1,10 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
}
triggers { pollSCM 'H/30 * * * *' }
environment {

Loading…
Cancel
Save