gate-resource icon indicating copy to clipboard operation
gate-resource copied to clipboard

A generic quality-gate resource for Concourse CI

Results 4 gate-resource issues
Sort by recently updated
recently updated
newest added

https://github.com/meshcloud/gate-resource/blob/92f56fa40c90d3da9b795c8887b40061519454e5/assets/git-in#L58 Seems to be causing failures when I get gates: ``` Identity added: /tmp/git-resource-private-key (/tmp/git-resource-private-key) Initialized empty Git repository in /tmp/build/get/.git error: Server does not allow request for unadvertised object...

I'm trying to implement a use-case where I put an autoclose gate and wait for all the dependent items to pass. For the next run of my deployment pipeline, I...

Our CI pipeline builds feature branches using autoclose gates. It is expected that builds on feature branches fail from time to time and may be corrected by developers. This leaves...