Only run every monday

This commit is contained in:
retropikzel 2025-01-16 18:08:33 +02:00
parent 8c560e3cb7
commit 09d7ca14d5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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