From a67ed393668732286c792476a68fe71cc2a0983d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 31 Oct 2022 12:02:05 -0500 Subject: [PATCH] ci: Schedule to run monthly --- ci/Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index ffef8f8..f749f80 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -14,6 +14,10 @@ pipeline { disableConcurrentBuilds() } + triggers { + cron 'TZ=America/Chicago\nH H H * *' + } + stages { stage('Prepare') { steps {