From 4ea5113369cb64b62a9e3a6dde28dcd5d00404d9 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Fri, 8 Feb 2008 05:24:07 +0000 Subject: [PATCH] added cron constructs like @weekly (#1255) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7013 71c3de6d-444a-0410-be80-ed276b4c234a --- war/resources/help/project-config/timer-format.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/war/resources/help/project-config/timer-format.html b/war/resources/help/project-config/timer-format.html index 50abeb93aa..e44fe18973 100644 --- a/war/resources/help/project-config/timer-format.html +++ b/war/resources/help/project-config/timer-format.html @@ -37,6 +37,9 @@

Empty lines and lines that start with '#' will be ignored as comments. +

+ In addition, '@yearly', '@annually', '@monthly', '@weekly', '@daily', '@midnight', + and '@hourly' are supported.

-- GitLab