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

Concourse VSCode Extension: Does not recognize GCS buckets in semver resource #60

Closed
stuart-c-moore opened this issue Jun 16, 2018 · 2 comments
Milestone

Comments

@stuart-c-moore
Copy link

stuart-c-moore commented Jun 16, 2018

Hi,

I have the following resource defined in my pipeline:

resources:
- name: resource-name
  type: semver
  check_every: 1h  
  source:
    driver: gcs
    bucket: bucket-name
    key: version
    json_key: ((gcp.key))

This works fine in Concourse, but the VScode plugin shows the following problems:

'gcs' is an unknown 'SemverDriver'. Valid values are: [git, s3, swift]
Unknown property 'bucket' for type 'SemverSource'
Unknown property 'key' for type 'SemverSource'
Unknown property 'json_key' for type 'SemverSource'

Can this support be enabled? It is documented here: https://github.com/concourse/semver-resource

@martinlippert martinlippert added this to the 4.0.0.M13 milestone Jun 18, 2018
@kdvolder
Copy link
Member

When support for semver was added to our editor, there was no 'gcs' resource. So thanks for the report. We really rely on reports like this to inform us when schema needs updating / fixing.

@kdvolder
Copy link
Member

kdvolder commented Jun 18, 2018

@Migs If you have a change to try it out. This is now implemented in the latest snapshot build.

Instructions on getting and installing the snapshot from a .vsix file can be found in the readme here:
http://dist.springsource.com/snapshot/STS4/nightly-distributions.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants