From ca71a38011c3bff34f630b756c23d440136605e5 Mon Sep 17 00:00:00 2001 From: Paul Thornthwaite Date: Tue, 2 Dec 2025 10:49:32 +0000 Subject: [PATCH] ci: Increase frequency of internal CI runs Rather than monthly, these should run weekly. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {