Greetings. I'm trying to figure out the following dev process:
1. developer contributes to bitbucket server branch
2. branch triggers building a container
3. container is deployed using google container engine
Has this been done before?
Hi Christian, this looks like a perfect scenario to use webhooks. Alternatively, you could also use the REST API, that could be more inconvenient but it depends on how familiar you are with it.
To learn more about webhooks, you can read Managing webhooks in Bitbucket Server.
Hope that helps!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.