... | ... | @@ -7,7 +7,7 @@ |
|
|
* 每月的 22 号为特定的分支。
|
|
|
* 每天一次。
|
|
|
|
|
|
除了使用 CODECHINA UI 外,还可以使用流水线计划 API 。
|
|
|
除了使用 GitCode UI 外,还可以使用流水线计划 API 。
|
|
|
|
|
|
**注意**: 调度时间是用 Cron 符号配置的,由[Fugit](https://github.com/floraison/fugit)解析。
|
|
|
|
... | ... | @@ -33,13 +33,13 @@ |
|
|
|
|
|
**注意**:流水线执行[时间取决于](#advanced-configuration) Sidekiq 自己的时间表。
|
|
|
|
|
|
在 **计划**索引页面中,你可以看到计划运行的流水线列表。 下次运行由安装了 CODECHINA 的服务器自动计算。
|
|
|
在 **计划**索引页面中,你可以看到计划运行的流水线列表。 下次运行由安装了 GitCode 的服务器自动计算。
|
|
|
|
|
|
[![Schedules list](/docs/img/pipeline_schedules_list.png)](/docs/img/pipeline_schedules_list.png)
|
|
|
|
|
|
### 使用变量[](#using-variables "Permalink")
|
|
|
|
|
|
你可以传递任意数量的任意变量,它们将在 CODECHINA CI/CD 中可用,以便可以在你的[`.codechina-ci.yml`文件中使用](/docs/ci/yaml)。
|
|
|
你可以传递任意数量的任意变量,它们将在 GitCode CI/CD 中可用,以便可以在你的[`.codechina-ci.yml`文件中使用](/docs/ci/yaml)。
|
|
|
|
|
|
[![Scheduled pipeline variables](/docs/img/pipeline_schedule_variables.png)](/docs/img/pipeline_schedule_variables.png)
|
|
|
|
... | ... | @@ -73,11 +73,11 @@ job: |
|
|
更改 Sidekiq 工作人员的频率:
|
|
|
|
|
|
1. 在实例的`gitlab.rb`文件中编辑`gitlab_rails['pipeline_schedule_worker_cron']`值。
|
|
|
2. 重新配置 CODECHINA 以使更改生效。
|
|
|
2. 重新配置 GitCode 以使更改生效。
|
|
|
|
|
|
## 使用计划的流水线[](#working-with-scheduled-pipelines "Permalink")
|
|
|
|
|
|
配置完成后,CODECHINA 将支持许多用于计划流水线的功能。
|
|
|
配置完成后,GitCode 将支持许多用于计划流水线的功能。
|
|
|
|
|
|
### 手动运行[](#running-manually "Permalink")
|
|
|
|
... | ... | |