Coder Social home page Coder Social logo

alinebastos / circleci-orbs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from circleci-archived/circleci-orbs

0.0 2.0 0.0 282 KB

The source code for some of the orbs published by CircleCI

Home Page: https://circleci.com/orbs/registry

License: MIT License

Shell 100.00%

circleci-orbs's Introduction

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.

circleci-orbs's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.