Jenkins 有三种类型的构建触发器,如下图: Build after other projects are built:在其他项目构建后构建: Build periodically:定时构建: Poll SCM:定时检查代码更新,如果有更新则构建. 其中“Build periodically”和“Poll SCM”使用的是Cron,帮助文档如下: This field follows the syntax of cron (with minor differences). Specifica…
邮件触发类型介绍(Triggers) By default, the onlytrigger configured is the "Failure" trigger. To add moretriggers, select one from the dropdown, and it will be added to the list. Once you have added a trigger, you have several options. If you click &quo…