diff --git a/Jenkinsfile b/Jenkinsfile index aa378847..5258e1e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { ansiColor('xterm') } triggers { - cron('@monthly') + cron('@weekly') } stages { stage("Run tests") {