Re: [go-cd] Material branch check exclusion?

2024-01-05 Thread 'Chris Gillatt' via go-cd
Thanks Alexey - I haven't yet considered that plugin, but I'll give it a go. On Friday, January 5, 2024 at 1:17:49 PM UTC Alexey Savchkov wrote: > Chris, did you try the Git branch plugin ( > https://github.com/ashwanthkumar/gocd-build-github-pull-requests)? GoCD > is built around Trunk Based

Re: [go-cd] Material branch check exclusion?

2024-01-05 Thread 'Alexey Savchkov' via go-cd
Chris, did you try the Git branch plugin (https://github.com/ashwanthkumar/gocd-build-github-pull-requests)? GoCD is built around Trunk Based Development so branches are not an inherent part of its design. This plugin however polls branches of a repository according to plugin filters based on

Re: [go-cd] Material branch check exclusion?

2023-11-17 Thread Chad Wilson
I think it wouldn't be so much that the *material polling* on an upstream would affect a downstream pipeline, but more that if a build runs upstream (regardless of trigger type), when it triggers the downstream pipeline it possibly triggers a material check on the other materials that pipeline has

Re: [go-cd] Material branch check exclusion?

2023-11-17 Thread 'Chris Gillatt' via go-cd
Thanks Chad I've done some more investigation and you're right - there's some upstream pipelines set to "Regularly fetch updates to this repository" rather than our company strategy of "Fetch updates only on webhook or manual trigger". I wasn't aware that upstream material configurations

[go-cd] Material branch check exclusion?

2023-11-16 Thread 'Chris Gillatt' via go-cd
Hi all Is there a way to exclude a pipeline or pipeline group from the material checks? [image: Screenshot 2023-11-16 at 16.43.17.png] We have a use-case in my business where a release pipeline's material is pointed at a specific, temporary branch in GitHub. The branch is pushed to, and the