-
Notifications
You must be signed in to change notification settings - Fork 209
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 extension doesn't know about check_every for a resource type #382
Comments
Going through the doc of the 'resource_type' I am finding a few other missing attributes in our schema. Alltogether these are missing:
I'll add support for these as well while I'm at it. |
Implemented without validation inside params for the time being. But when/if I get a clear answer to my query (concourse/docs#273) I'll probably add more validation. If so I will raise a new ticket for this. |
missing ResourceType attributes See: #382
thanks @kdvolder ! |
Consider this pipeline snippet:
The extension wrongly reports
Unknown property 'check_every' for type 'ResourceType'
The documentation about
check_every
for resource types is: https://concourse-ci.org/resource-types.html#resource-type-check-everyThe text was updated successfully, but these errors were encountered: