Skip to content

Commit a98837b

Browse files
committed
minor fixes from Kate
1 parent 308ae77 commit a98837b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/_includes/snippets/pipelines-benefits.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* Use pipeline parameters to trigger [conditional workflows]({{ site.baseurl }}/2.0/pipeline-variables/#conditional-workflows).
22
* Access to `version 2.1` config, which provides:
3-
* [Resuable config]({{ site.baseurl }}/2.0/reusing-config/) elements, including executors, commands, jobs
4-
* Packaged resuable config, known as [orbs](https://circleci.com/orbs/)
5-
* Improved config validation error messages
3+
* [Resuable config]({{ site.baseurl }}/2.0/reusing-config/) elements, including executors, commands and jobs.
4+
* Packaged resuable config, known as [orbs](https://circleci.com/orbs/).
5+
* Improved config validation error messages.
66
- You can now enable auto-cancel, within **Advanced Settings**, to abort workflows when new builds are triggered on non-default branches.
77
88
**Note**, it is important to carefully consider the impact of enabling the auto-cancel feature, for example, if you have configured automated deployment jobs on non-default branches.

0 commit comments

Comments
 (0)