Skip to content

Concourse extension doesn't know about check_every for a resource type #382

Closed
@marco-m

Description

@marco-m

Consider this pipeline snippet:

resource_types:

- name: cogito
  type: registry-image
  check_every: 24h          # <=== error reported here
  source:
    repository: ((docker-registry))/cogito

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-every

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions