Closed
Description
From https://concourse-ci.org/in-parallel-step.html
in_parallel: ([step] | config)
Two forms of configuration are supported. The simplest form is a simple array of other steps, like so:
in_parallel:
- get: a
- get: b
This is shorthand for the following configuration:
in_parallel:
steps:
- get: a
- get: b
Metadata
Metadata
Assignees
Labels
No labels