File tree 1 file changed +3
-3
lines changed
jekyll/_includes/snippets
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
* Use pipeline parameters to trigger [conditional workflows]({{ site.baseurl } }/2.0/pipeline-variables/#conditional-workflows).
2
2
* Access to `version 2.1` config, which provides:
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/).
3
+ * [Reusable config]({{ site.baseurl } }/2.0/reusing-config/) elements, including executors, commands and jobs.
4
+ * Packaged reusable config, known as [orbs](https://circleci.com/orbs/).
5
5
* Improved config validation error messages.
6
6
- You can now enable auto-cancel, within **Advanced Settings** , to abort workflows when new builds are triggered on non-default branches.
7
7
10
10
For more detailed information on pipelines and how you can use their properties in your workflows and jobs, please see the following guides:
11
11
* [Transitioning to Pipelines]({{ site.baseurl } }/2.0/build-processing/#transitioning-to-pipelines)
12
12
* [Viewing Pipelines in the UI]({{ site.baseurl } }/2.0/pipelines/#overview)
13
- * [Pipeline Variables]({{ site.baseurl } }/2.0/pipeline-variables/)
13
+ * [Pipeline Variables]({{ site.baseurl } }/2.0/pipeline-variables/)
You can’t perform that action at this time.
0 commit comments