mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 17:49:52 +02:00
Jenkins: set discarder
This commit is contained in:
parent
30754457e9
commit
7baa6b407f
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
options {
|
||||||
|
buildDiscarder(logRotator(numToKeepStr: '5'))
|
||||||
|
}
|
||||||
|
|
||||||
triggers { pollSCM 'H/30 * * * *' }
|
triggers { pollSCM 'H/30 * * * *' }
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue