Closed
Description
Describe the bug
The Concourse extension in VSCode complains on glob patterns in groups
configuration.
https://concourse-ci.org/pipelines.html#schema.group_config
To Reproduce
Use the sample from below. Although incomplete to be used in a real Concourse setup, it shows the error being reported clearly:
On top of that, the reverse problem of a job not being part of a group is also reported:
Sample
groups:
- name: build
jobs:
- "ci-*"
jobs:
- name: ci-project-one
plan:
- task: gradle-build
file: gradle-build-dcind.yml