移动端网站开发技术,网站设计与制作软件,保定建设环境项目网站,360网站开发Discard old builds:丢弃旧的构建,目的是管理存储空间、提升性能以及保持环境整洁 Do not allow concurrent builds: 禁止并发构建是指同一时间内只允许一个构建任务执行,避免多个构建同时运行可能带来的问题 Do not allow the pipeline to resume if the controller resta…
Discard old builds:丢弃旧的构建,目的是管理存储空间、提升性能以及保持环境整洁 Do not allow concurrent builds: 禁止并发构建是指同一时间内只允许一个构建任务执行,避免多个构建同时运行可能带来的问题 Do not allow the pipeline to resume if the controller restarts: 若希望控制器重启后不自动恢复之前的流水线运行状态,可以设置流水线在控制器重启时不自动续跑
Days to keep builds if not empty, build records are only kept up to this number of days:(保留构建记录的天数):如果设置不为空,则仅会保留最近这么多天内的构建记录 Max # of builds to keep if not empty, only up to this number of build records are kept: (最大保留构建记录数):如果设置不为空,则只会保留最多这么多数量的构建