We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ae549 commit 9dd5d2cCopy full SHA for 9dd5d2c
bamboo-specs/auto-build.yaml
@@ -326,8 +326,10 @@ branch-overrides:
326
requirements:
327
- adg-docker: 'true'
328
329
- # run release build at 7:00 every Monday, Wednesday, Friday
+ # run release build at 22:00 (UTC+3) every Monday, Wednesday, Friday
330
# https://confluence.atlassian.com/bamboo/constructing-a-cron-expression-in-bamboo-289277372.html
331
+ # it is needed in the end of the day to collect all changes
332
+ # made by filter list maintainers during the workday
333
triggers:
334
- cron:
- expression: 0 0 7 ? * MON,WED,FRI
335
+ expression: 0 0 22 ? * MON,WED,FRI
0 commit comments