diff --git a/Jenkinsfile b/Jenkinsfile index 38c2dff..c95a562 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { } triggers { - cron("* 0 * * *") + cron("* 0 * * 1") } options {