-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not every commit is picked up by PR resource #144
Comments
Hi @bhutkovskyysos, and sorry for the late response. What you describe is the intended behaviour, i.e. the resource will only produce a new version for the latest commit per open PR. The "per open PR" is where This is unfortunately how the resource will have to work until Concourse supports "spaces" or some similar way of tracking multiple commits in multiple PRs. |
@itsdalmo just curious if you think this resource will address the issue described in concourse/concourse#736, where |
@phillbaker the issue you linked seems to affect any resource in Concourse, as long as |
I will close this issue as the original question has been answered and it has gone stale :) |
My pipeline is using PR resource and I noticed so far that not every commit is picked up to trigger it. I have my resource set to
check_every: 10s
, but if there are multiple commits in that time period it will only pick up the latest one. Is this intended behavior? Since the resource itself is not picking up all the commitsversion: every
doesn't give a lot of value to my job.The text was updated successfully, but these errors were encountered: