Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一个月中的特定日期做一份 rundeck 工作。例如每月的第一个星期一。
我试图关注:0 10 10 1-7 * MON *,但这给了我以下错误:“星期几或月份中的某一天必须是'?'”
有没有办法解决这个问题?
你能试试这个吗?
0 0 12 ? 1/1 MON#1 *
您可以使用http://www.cronmaker.com/来生成和测试您的 cron 表达式。
用这个:
0 0 0 ? * 2#1 *
你可以使用这个网站来生成 Quartz crontabs。
尝试这个,
0 0 10 ? 1/1 星期一#1 *