... | @@ -15,7 +15,7 @@ |
... | @@ -15,7 +15,7 @@ |
|
|
|
|
|
为了成功创建计划的流水线:
|
|
为了成功创建计划的流水线:
|
|
|
|
|
|
* 计划所有者必须具有合并到目标分支的[权限](/docs/user/permissions.md) 。
|
|
* 计划所有者必须具有合并到目标分支的[权限](/docs/user/permissions) 。
|
|
* 流水线配置必须有效。
|
|
* 流水线配置必须有效。
|
|
|
|
|
|
否则,不会创建流水线。
|
|
否则,不会创建流水线。
|
... | @@ -39,13 +39,13 @@ |
... | @@ -39,13 +39,13 @@ |
|
|
|
|
|
### 使用变量[](#using-variables "Permalink")
|
|
### 使用变量[](#using-variables "Permalink")
|
|
|
|
|
|
你可以传递任意数量的任意变量,它们将在 CODECHINA CI/CD 中可用,以便可以在你的[`.codechina-ci.yml`文件中使用](/docs/ci/yaml.md)。
|
|
你可以传递任意数量的任意变量,它们将在 CODECHINA CI/CD 中可用,以便可以在你的[`.codechina-ci.yml`文件中使用](/docs/ci/yaml)。
|
|
|
|
|
|
[![Scheduled pipeline variables](/docs/img/pipeline_schedule_variables.png)](/docs/img/pipeline_schedule_variables.png)
|
|
[![Scheduled pipeline variables](/docs/img/pipeline_schedule_variables.png)](/docs/img/pipeline_schedule_variables.png)
|
|
|
|
|
|
### 使用 only 和 except[](#using-only-and-except "Permalink")
|
|
### 使用 only 和 except[](#using-only-and-except "Permalink")
|
|
|
|
|
|
要配置仅在计划了流水线(或相反)时才可以执行流水线任务,你只能使用[only 和 except](/docs/ci/yaml.md#onlyexcept-basic)配置关键字。
|
|
要配置仅在计划了流水线(或相反)时才可以执行流水线任务,你只能使用[only 和 except](/docs/ci/yaml#onlyexcept-basic)配置关键字。
|
|
|
|
|
|
```
|
|
```
|
|
job:on-schedule:
|
|
job:on-schedule:
|
... | | ... | |