- Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
for: vscodesomething that is specific for VSCodesomething that is specific for VSCodestatus: assignedtheme: concourse-supporttype: bug
Milestone
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
Metadata
Metadata
Assignees
Labels
for: vscodesomething that is specific for VSCodesomething that is specific for VSCodestatus: assignedtheme: concourse-supporttype: bug