Skip to content

VSCode Extension Concourse CI Pipeline Editor - Incorrect type definition for put step #1005

@vmladd

Description

@vmladd

Describe the bug
The put step allows a user to (optionally) specify the inputs key as "all", "detect", or a list of resources. If the user provides "all" or "detect" then the extension displays the error

Expecting a 'Sequence` but found a `Scalar`

https://concourse-ci.org/put-step.html

To Reproduce
Create a job with a put step and specify the inputs key as "detect"

Sample

jobs:
- name: example-job
  plan:
    - put: example-resource
      inputs: detect

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions