Skip to content

Commit 44e6d84

Browse files
authored
Merge pull request #1048 from ravanelli/pr/cron-cosa
build-cosa: Add scheduled trigger to run weekly on Mondays/Wednesdays
2 parents 86b0e6a + 5994a03 commit 44e6d84

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)