Clean up every 15 minutes

This commit is contained in:
retropikzel 2024-11-16 14:44:24 +02:00
parent 29c2dca9db
commit 8c6a500563
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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