Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update syntax(typo) #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/doc/book/pipeline/syntax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ link:https://issues.jenkins-ci.org/browse/INFRA-1053[INFRA-1503]的完成。

==== 触发器

`triggers` 指令定义了流水线被重新触发的自动化方法。对于集成了源( 比如 GitHub 或 BitBucket)的流水线, 可能不需要 `triggers` ,因为基于 web 的集成很肯能已经存在
`triggers` 指令定义了流水线被重新触发的自动化方法。对于集成了源( 比如 GitHub 或 BitBucket)的流水线, 可能不需要 `triggers` ,因为基于 web 的集成很可能已经存在
当前可用的触发器是
`cron`, `pollSCM` 和 `upstream`。

Expand Down Expand Up @@ -603,7 +603,7 @@ pipeline {
==== stage

`stage` 指令在 `stages` 部分进行,应该包含一个
实际上, 流水巷所做的所有实际工作都将封装进一个或多个 `stage` 指令中。
实际上, 流水线所做的所有实际工作都将封装进一个或多个 `stage` 指令中。

[cols="^10h,>90a",role=syntax]
|===
Expand Down