Hacker News new | ask | show | jobs
by mali9 3309 days ago
I wonder if the equivalent of Github Webhooks is present in Google Cloud Source Repositories, as far as I can see, couldn't find any in the product page.
1 comments

You can create a trigger and start a build with container builder. Pretty powerful. (https://cloud.google.com/container-builder/docs/creating-bui...).

If you need more powerful CI/CD system on gcp, checkout www.datacol.io ( I am the author, so little biased )