1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 04:09:52 +02:00

Jenkins: set discarder

This commit is contained in:
Andrew Dolgov 2022-10-02 19:15:52 +03:00
parent 30754457e9
commit 7baa6b407f
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

4
Jenkinsfile vendored
View file

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