10000 Merge pull request #3125 from circleci/Creating-Orbs-Updated-021319 · stackbuilders/circleci-docs@ad74a64 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ad74a64

Browse files
authored
Merge pull request circleci#3125 from circleci/Creating-Orbs-Updated-021319
Update creating-orbs.md
2 parents 46d88d3 + 3e57b8a commit ad74a64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jekyll/_cci2/creating-orbs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,3 +603,10 @@ workflows:
603603
```
604604
605605
In this example, the `btd` workflow runs the `orb-tools/validate` job first. If the orb is indeed valid, the next step will execute, and `orb-tools/publish` will execute. When `orb-tools/publish` succeeds, the job input will contain a success message that the new orb has been published.
606+
607+
## See Also
608+
- Refer to [Using Orbs]({{site.baseurl}}/2.0/using-orbs/), for more about how to use existing orbs.
609+
- Refer to [Orbs FAQ]({{site.baseurl}}/2.0/orbs-faq/), where you will find answers to common questions.
610+
- Refer to [Reusing Config]({{site.baseurl}}/2.0/reusing-config/) for more detailed examples of reusable orbs, commands, parameters, and executors.
611+
- Refer to [Testing Orbs]({{site.baseurl}}/2.0/testing-orbs/) for information about how to test the orbs you have created.
612+
- Refer to [Orbs Registry](https://circleci.com/orbs/registry/licensing) for more detailed information about legal terms and conditions when using orbs.

0 commit comments

Comments
 (0)
0