Job Matrix Includes

Jobs to include to the build matrix

Types

Keys

If given a map, the following keys are supported:

Shared keys

Examples

include:
- vault:
    api_url: string
    token:
      secure: encrypted string
    secrets:
    - string
  language: ruby
  os: linux
  dist: trusty
include:
  vault:
    api_url: string
    token:
      secure: encrypted string
    secrets:
    - string
  language: ruby
  os: linux
  dist: trusty
Beta