Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Wildcard branches in Git
-
Is it possible to set up Wildcard branches for git - is this possible?
For example: trigger a build on a commit on feature branch(es), and pull requests?
Product: BuildMaster
Version: 5.7.0
-
Hello Norwynn,
It's possible to do that with webhooks and a small web service that translates those payloads to BuildMaster API calls or a repeating scheduled Otter plan that runs
git.exe
, but it could get pretty complicated.
-
Hi Alana,
Sorry to say that the solution you propose is crap.
If teamcity can monitor on wildcards, example
+:refs/heads/release/*
I'm sure BM can somewhat do it also.
I raised a ticket for the purpose. EDO-3200.
Thanks
Regards