From 5994a03819ff096f48eaa672fde4c71a18b53312 Mon Sep 17 00:00:00 2001 From: Renata Ravanelli Date: Mon, 21 Oct 2024 16:15:58 -0300 Subject: [PATCH] build-cosa: Add scheduled trigger to run weekly on Mondays/Wednesdays - Add a trigger for the Cosa build to execute at least twice a week (Mondays and Wednesdays); - This ensures regular builds even if no PRs, maintaining build continuity during periods of inactivity. Signed-off-by: Renata Ravanelli --- jobs/build-cosa.Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/build-cosa.Jenkinsfile b/jobs/build-cosa.Jenkinsfile index 90ffcfbb1..85206a0df 100644 --- a/jobs/build-cosa.Jenkinsfile +++ b/jobs/build-cosa.Jenkinsfile @@ -26,7 +26,8 @@ properties([ silentResponse: false, regexpFilterText: '$COREOS_ASSEMBLER_GIT_REF', regexpFilterExpression: 'main|rhcos-.*' - ] + ], + cron('H H * * 1,3') ]), parameters([ string(name: 'ARCHES',