Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML documentation is wrong about dayofmonth #751

Closed
mahmoudimus opened this issue Apr 29, 2014 · 2 comments
Closed

YAML documentation is wrong about dayofmonth #751

mahmoudimus opened this issue Apr 29, 2014 · 2 comments
Milestone

Comments

@mahmoudimus
Copy link

Right here: http://rundeck.org/docs/man5/job-yaml.html#TOC

image

Dayofmonth should really be:

dayofmonth:
map containing:
day (mutually exclusive with weekday)

Here's an example for first day of every month:

- id: ba82e163-640f-48e6-8003-e4db7afe8d7a
  project: balanced
  schedule:
    time:
      hour: '0'
      minute: '0'
      seconds: '0'
    month: '*'
    year: '*'
    dayofmonth:
      day: '1'
@gschueler gschueler added this to the 2.1.1 milestone Apr 30, 2014
@gschueler
Copy link
Member

thanks for raising the issue

@mahmoudimus
Copy link
Author

Thanks for fixing @gschueler !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants