Env Vars (jobs)

Environment variables that expand the build matrix (creating one job per entry)

The key jobs is a matrix expand key, creating one or more additional jobs in your build matrix, depending how many other matrix expand keys are used.

Types

Examples

jobs:
- FOO: foo
jobs:
- secure: encrypted string
jobs:
- FOO=foo
jobs:
  FOO: foo
jobs:
  secure: encrypted string
jobs: FOO=foo

Beta