Skip to content

Commit

Permalink
Merge pull request #1384 from Wilfred/patch-1
Browse files Browse the repository at this point in the history
Fix backtick syntax
  • Loading branch information
R. Tyler Croy committed Feb 12, 2018
2 parents 341a185 + d293dc8 commit 3871866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/book/pipeline/syntax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ further `parallel` stages themselves, but otherwise behave the same as
any other `stage`. Any stage containing `parallel` cannot contain `agent` or
`tools`, since those are not relevant without `steps`.

In addition, you can force your `parallel` `stage`s to all be aborted when one
In addition, you can force your `parallel` stages to all be aborted when one
of them fails, by adding `failFast true` to the `stage` containing the
`parallel`.

Expand Down

0 comments on commit 3871866

Please sign in to comment.