diff options
author | Tobias Henkel <tobias.henkel@bmw-carit.de> | 2017-07-13 11:25:16 +0200 |
---|---|---|
committer | Tobias Henkel <tobias.henkel@bmw-carit.de> | 2017-07-13 11:25:45 +0200 |
commit | 487cf1fc4b23608eacb7d4ef2cc7577a227ae3e5 (patch) | |
tree | c22bdfc44ca471e7720cd63baee9718a000de971 /doc | |
parent | e391ec8df898d254aa9d2f9d66a4009f4a7dc959 (diff) | |
download | zuul-487cf1fc4b23608eacb7d4ef2cc7577a227ae3e5.tar.gz |
Document start day of week
Unlike cron apscheduler which is used by zuul uses Monday instead of
Sunday as start of week. Document this to make this clear.
Change-Id: I085c909ea4e15e7f93b3ceeefed720678a85d51d
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/admin/drivers/timer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/drivers/timer.rst b/doc/source/admin/drivers/timer.rst index c70df5ccc..c8afdd738 100644 --- a/doc/source/admin/drivers/timer.rst +++ b/doc/source/admin/drivers/timer.rst @@ -21,4 +21,4 @@ pipeline will run in response to that event. **time** The time specification in cron syntax. Only the 5 part syntax is supported, not the symbolic names. Example: ``0 0 * * *`` runs at - midnight. + midnight. The first weekday is Monday. |