Skip to content

Commit 5994a03

Browse files
committed
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 <[email protected]>
1 parent a3da160 commit 5994a03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/build-cosa.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ properties([
2626
silentResponse: false,
2727
regexpFilterText: '$COREOS_ASSEMBLER_GIT_REF',
2828
regexpFilterExpression: 'main|rhcos-.*'
29-
]
29+
],
30+
cron('H H * * 1,3')
3031
]),
3132
parameters([
3233
string(name: 'ARCHES',

0 commit comments

Comments
 (0)