Clean up every sunday

This commit is contained in:
retropikzel 2025-09-25 05:16:41 +03:00
parent 9cf4d1c4f1
commit d1ca508100
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
}
triggers {
cron('0 0 * * *')
cron('0 0 * * 6')
}
options {