Concourse 多久检查一次资源版本?
How often does Concourse check resource versions?
A new version can be found in an external resource by the check component of a resource finding a new set of versions when it runs. A check is run periodically for every resource in your pipeline.
Concourse 多久检查一次您的资源?这个频率可以配置吗?
查看资源部分中的 Concourse docs:
Default 1m. The interval on which to check for new versions of the resource.
这可以在 check_every
参数下的资源定义中配置。参见 https://concourse-ci.org/resources.html#resource-check-every。
A new version can be found in an external resource by the check component of a resource finding a new set of versions when it runs. A check is run periodically for every resource in your pipeline.
Concourse 多久检查一次您的资源?这个频率可以配置吗?
查看资源部分中的 Concourse docs:
Default 1m. The interval on which to check for new versions of the resource.
这可以在 check_every
参数下的资源定义中配置。参见 https://concourse-ci.org/resources.html#resource-check-every。