Skip to content

alinebastos/circleci-orbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Orbs CircleCI status GitHub license CircleCI Community

  • circleci/aws-s3: CircleCI Orb Version
  • circleci/codecov-clojure: CircleCI Orb Version
  • circleci/codecov: CircleCI Orb Version
  • circleci/gradle: CircleCI Orb Version
  • circleci/heroku: CircleCI Orb Version
  • circleci/lein-nvd: CircleCI Orb Version
  • circleci/maven: CircleCI Orb Version
  • circleci/rollbar: CircleCI Orb Version

The source code for some of the orbs published by CircleCI.

Some orbs have their own repos under the CircleCI-Public GitHub organization; use the circleci-orbs topic tag to see source repositories for all CircleCI-published orbs.

What are orbs?

Orbs are packages of CircleCI configuration that can be shared across projects. Orbs allow you to make a single bundle of jobs, commands, and executors that can reference each other and can be imported into a CircleCI build configuration and invoked in their own namespace. Orbs are registered with CircleCI, with revisions expressed using the semver pattern.

You can find additional documentation detailing orbs, including how to use and create them, in this repo.

Publishing Orbs

Orbs are added to the registry through the CircleCI API. The build in this repository (.circleci/config.yml) uses that API via the CircleCI CLI to take the source of orbs located in the src folder and register them as orbs.

To register an orb via the CLI you can point at a local file containing the YAML of the orb or pass the YAML of your orb to STDIN as a string.

circleci orb publish $PATH_TO_FILE_WITH_ORB_YAML mynamespace/myorb@dev:mytag

For more info on use of the CLI see the help on orb publishing inside the CLI:

circleci orb publish --help

TODO: The above will default to use the main circleci.com service. If you are publishing orbs to a registry on your private CircleCI server installation you can pass your root domain in as an argument or by setting it in your .circleci/config.yml file.

Contributing

We welcome issues (bugs or feature requests) and pull requests!

All pull requests will initially merge to staging, triggering automatic dev releases of any modified orbs and allowing open-source contributors working on forks of the repository to test out their code changes. Once we have confirmed the stability/functionality of modifications (via either manual or to-be-added automated integration testing), we will merge the changes in staging to master.

About

The source code for some of the orbs published by CircleCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%