Clean up only every night

This commit is contained in:
retropikzel 2024-11-25 19:35:52 +02:00
parent 539517ebe9
commit 4ecc5828f5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
triggers {
cron("*/15 * * * *") // Clean up every 15 minutes
cron("* 0 * * *") // Clean up every 15 minutes
}
options {