Merge "fixed the mistake in using update job web page"

This commit is contained in:
Jenkins 2017-03-30 14:14:51 +00:00 committed by Gerrit Code Review
commit 6037076e9c
1 changed files with 9 additions and 1 deletions

View File

@ -41,7 +41,15 @@ class InfoConfigurationAction(workflows.Action):
schedule_interval = forms.CharField(
label=_("Interval"),
required=False,
help_text=_("Repeat this configuration in a minutes interval."))
help_text=_("""Set the interval in the following format:
continuous,
N weeks,
N days,
N hours,
N minutes,
N seconds,
If no start date is provided the job
will start immediately"""))
schedule_end_date = forms.CharField(
label=_("End Date and Time"),