Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vmladd opened this issue Mar 15, 2023 · 1 comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: concourse-support type: bug

Comments

@vmladd
Copy link

vmladd commented Mar 15, 2023

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
@martinlippert martinlippert added for: eclipse something that is specific for Eclipse theme: concourse-support for: vscode something that is specific for VSCode and removed status: waiting-for-triage labels Mar 15, 2023
@martinlippert martinlippert added this to the 4.18.1.RELEASE milestone Mar 15, 2023
@BoykoAlex
Copy link
Contributor

Should be fixed with 3eb9124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: concourse-support type: bug
Projects
None yet
Development

No branches or pull requests

3 participants