Jenkins定时构建语法

本文详细介绍了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', '编程挑战', '数组算法', '华为面试', '算法实现']
摘要由CSDN通过智能技术生成

【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定时任务
在这里插入图片描述

其中每个字段除了可以使用

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值