ashwanthkumar / gocd-build-github-pull-requests

GoCD plugin to build PRs for a Github repo
95 stars 72 forks source link

Run multiple instances of the job #140

Closed sahlone closed 4 years ago

sahlone commented 4 years ago

I am using gocd with elastic agents on Kubernetes. As of now only one job runs even when multiple PR's are submitted and multiple commits. Is it possible to make it happen to build all of the commits at once ,since the agents are available.

ashwanthkumar commented 4 years ago

If your PR build pipeline have only one stage, GoCD by design can't run multiple instances.

While I've not tried personally,if your pipeline has multiple stages try disabling pipeline locking and if that helps.

MPV commented 1 year ago

Duplicate of this one?

Leaving this one here in case others like me come looking: