Skip to content

Commit

Permalink
build-cosa: Add scheduled trigger to run weekly on Mondays/Wednesdays
Browse files Browse the repository at this point in the history
 - 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]>
  • Loading branch information
ravanelli committed Oct 21, 2024
1 parent a3da160 commit 4a6f43a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/build-cosa.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ properties([
silentResponse: false,
regexpFilterText: '$COREOS_ASSEMBLER_GIT_REF',
regexpFilterExpression: 'main|rhcos-.*'
]
],
[$class: 'cron', cron: 'H H * * 1,3']
]),
parameters([
string(name: 'ARCHES',
Expand Down

0 comments on commit 4a6f43a

Please sign in to comment.