... | ... | @@ -3698,7 +3698,7 @@ deploy_review_job: |
|
|
|
|
|
你可以使用 [YAML 变量锚点](#yaml-anchors-for-variables)。
|
|
|
|
|
|
### 在手动流水线中预填充变量[]()
|
|
|
### 在手动流水线中预填充变量[](#prefill-variables-in-manual-pipelines)
|
|
|
|
|
|
当[手动运行流水线](/docs/ci/pipelines#run-a-pipeline-manually)时可使用 `value` 和 `description` 预先填充的[流水线级(全局)变量](/docs/ci/pipelines#prefill-variables-in-manuapipe):
|
|
|
|
... | ... | @@ -3728,7 +3728,7 @@ variables: |
|
|
|
|
|
你还可以使用变量来配置 Runner 的次数[尝试流水线任务执行的某些阶段](/docs/ci/runners#job-stages-attempts)。
|
|
|
|
|
|
## YAML 特定的功能[]()
|
|
|
## YAML 特定的功能[](#yaml-specific-features)
|
|
|
|
|
|
在你的 `.codechina-ci.yml` 文件中,你可以使用一些 YAML 特定的特性,比如锚点(`&`)、别名(`*`)、和 map 合并(`<<`)。使用这些特性可以减少 `.codechina-ci.yml` 文件中的代码复杂性。
|
|
|
|
... | ... | @@ -3933,7 +3933,7 @@ job_no_git_strategy: |
|
|
- run test
|
|
|
```
|
|
|
|
|
|
使用此功能来忽略流水线任务,或使用 YAML-specific 特性功能将隐藏流水线任务转换成模板。
|
|
|
使用此功能来忽略流水线任务,或使用 [YAML 特性功能](#yaml-specific-features)将隐藏流水线任务转换成模板。
|
|
|
|
|
|
### `!reference` tags
|
|
|
|
... | ... | |