azure-devops-yaml-schema icon indicating copy to clipboard operation
azure-devops-yaml-schema copied to clipboard

Type of `jobs.job.strategy.parallel`

Open afscrome opened this issue 1 year ago • 0 comments

The docs for strategy: parallel say strategy.parallel is of type string

strategy:
  parallel: string # Run the job this many times.

However in the example, the value is given as 4 (which is a number)

jobs:
- job: SliceItFourWays
  strategy:
    parallel: 4 # <--- The earlier docs said this was `string`, but `4` is a `number`

Should the docs say that strategy.parallel is of type number?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

afscrome avatar Sep 11 '23 10:09 afscrome