【jenkins原文】
This field follows the syntax of cron (with minor differences). Specifically, each line consists of 5 fields separated by TAB or whitespace:
MINUTE HOUR DOM MONTH DOW
MINUTE Minutes within the hour (0–59)
HOUR The hour of the day (0–23)
DOM The day of the month (1–31)
MONTH The month (1–12)
DOW The day of the week (0–7) where 0 and 7 are Sunday.
To specify multiple values for one field, the following operators are available. In the order of precedence,
* specifies all valid values
M-N specifies a range of values
M-N/X or */X steps by intervals of X through the specified range or whole valid range
A,B,...,Z enumerates multiple values
【翻译解释】
MINUTE HOUR DOM MONTH DOW格式编写定时时间,分别指设置的分钟、小时、天、月份、星期,类似cron定时任务

其中每个字段除了可以使用取值范围内的值外,还能使用如下一些特

本文详细介绍了Jenkins定时构建的语法,遵循cron的格式,包括MINUTE, HOUR, DOM, MONTH, DOW五个字段。支持使用特殊字符和运算符设定多个值,例如H/15 * * * *表示每隔15分钟执行,而45 9-16/2 * * 1-5则表示工作日9:45到16:45每2小时的45分钟执行一次。"
130667349,5564205,JavaScript实现:检查华为OD机试中是否存在满足条件的数字组合,"['javascript', '编程挑战', '数组算法', '华为面试', '算法实现']
最低0.47元/天 解锁文章
3458

被折叠的 条评论
为什么被折叠?



