Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typescript/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jenkins 计划生成x次_Jenkins - Fatal编程技术网

Jenkins 计划生成x次

Jenkins 计划生成x次,jenkins,Jenkins,我在试着理解安排工作的方法 H6***->本次发射每天早上进行 那么,我如何才能每天早上启动3个构建 谢谢您可以单击GUI中的“?”以获得此帮助: 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

我在试着理解安排工作的方法

  • H6***->本次发射每天早上进行
那么,我如何才能每天早上启动3个构建

谢谢

您可以单击GUI中的“?”以获得此帮助:

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
有了这个帮助,你应该使用

H 6-7/3 * * *
在早上6点到7点之间进行三次构建