View entire changelog

Orbs Inside Orbs

Nov 30, 2018

Enhancement

What’s New

Orb elements can now be composed directly with elements of other orbs. For example, you can now have an orb that looks like the following:

orbs:

  some-orb: some-ns/some-orb@volatile

executors:

  my-executor: some-orb/their-executor

commands:

  my-command: some-orb/their-command

jobs:

  my-job: some-orb/their-job

  another-job:

    executor: my-executor

    steps:

      - my-command

          param1: "hello"

>Previous changes

Nov 30, 2018

Nov 30, 2018

Usage Warning Fix    

Nov 30, 2018

Nov 30, 2018

My Branches Fix